X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ferrors.inc;h=04874a392538a6145ba61e7ea151b5ed43deccea;hb=7bb664bfb8a14372f289b3184d8a34b66d65cfcd;hp=9616313f433d91e8187d54eacf25d1c0ad45b467;hpb=f6e1b649fc75750383b17c2ced6a5c1d6f19fe2e;p=fa-stable.git diff --git a/includes/errors.inc b/includes/errors.inc index 9616313f..04874a39 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -101,8 +101,7 @@ function frindly_db_error($db_error) if ($db_error == $db_duplicate_error_code) { - display_error(_("The entered information is a duplicate. Please go back and enter different values.") - . "
" . _("Back") . "", true); + display_error(_("The entered information is a duplicate. Please go back and enter different values.")); return true; }