2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added a define to stop the warning messages

This commit is contained in:
azammitdcarf
2008-12-02 05:32:40 +00:00
parent 43d29af65d
commit 6466ed123e

View File

@@ -31,6 +31,8 @@ LC_MESSAGES 5
LC_ALL 6
*/
if (!defined('LC_MESSAGES')) define('LC_MESSAGES', 5);
require('streams.php');
require('gettext.php');
@@ -315,4 +317,4 @@ if (!function_exists('gettext')) {
}
}
?>
?>