@@ -11,10 +11,12 @@
* @package squirrelmail
*/
+/** Used defines */
define('SQM_NOTICE',0);
define('SQM_WARNING',1);
define('SQM_ERROR',2);
define('SQM_STRICT',3);
+
// php5 E_STRICT constant (compatibility with php4)
if (! defined('E_STRICT')) define('E_STRICT',2048);
// Set docref_root (fixes URLs that link to php manual)
@@ -1,15 +1,16 @@
<?php
/**
-* errors.php
-*
-* Copyright (c) 2005 The SquirrelMail Project Team
-* Licensed under the GNU GPL. For full terms see the file COPYING.
-* @version $Id$
-* @package squirrelmail
-*/
+ * errors.php
+ *
+ * Copyright (c) 2005 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * @version $Id$
+ * @package squirrelmail
+ */
+/** init error array */
$aError = array();
define('SQM_ERROR_IMAP',1);