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
+2
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');