X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Fsave.php;h=69d8cfa170646757ea1552c64b2d76641d690d67;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=1396d806fb169bdd5b09a9e7847755d6adef9c4d;hpb=63ac6425e9e925da331083f83706cfa34fe853d4;p=fa-stable.git diff --git a/install/save.php b/install/save.php index 1396d806..69d8cfa1 100644 --- a/install/save.php +++ b/install/save.php @@ -21,6 +21,11 @@ if(!defined('SESSION_STARTED')) define('SESSION_STARTED', true); } +if (!function_exists("_")) { + function _($msg) { + return $msg; + } +} // Installer version of display_error function. // function display_error($message)