X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Fgettext.php;fp=includes%2Flang%2Fgettext.php;h=4c4f163396691c2314fb0e8e4ebbaa4406aa7421;hb=4cf1c3dbb9ae74e0c47dda456f7ac97c7659b3fa;hp=7bdb69a8636553aa17bd907f20d2f8a4f706b161;hpb=914700ef9f18fdd00f592ea72e9ec286548a8bc4;p=fa-stable.git diff --git a/includes/lang/gettext.php b/includes/lang/gettext.php index 7bdb69a8..4c4f1633 100644 --- a/includes/lang/gettext.php +++ b/includes/lang/gettext.php @@ -94,9 +94,9 @@ class get_text } elseif (!isset($support_obj)) { - trigger_error("get_text not initialized !". endl. + trigger_error("get_text not initialized !". '\n'. "Please call get_text::init() before calling ". - "any get_text function !" . endl , E_USER_ERROR); + "any get_text function !" . '\n' , E_USER_ERROR); } return $support_obj; } @@ -216,7 +216,7 @@ class get_text } function raise_error($str) { - //echo "$str"; +// echo "$str"; return 1; }