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:
@@ -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')) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user