From 751d5d7aa9ca2f3da4b604322c05f44fbe1057b6 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 2 Nov 2005 20:46:57 +0000 Subject: [PATCH] It's easier to trigger errors then trigger developers to look at css. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10233 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index 19d6674f..473eebe8 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -59,7 +59,7 @@ if (version_compare(PHP_VERSION, "4.3.0", ">=")) { } // Trigger Developers to look at CSS ;) -trigger_error("This layout sucks. Adapt squirrelmail.css!!!",E_USER_WARNING); +// trigger_error("This layout sucks. Adapt squirrelmail.css!!!",E_USER_WARNING); //sqm_trigger_imap_error('SQM_IMAP_NO_THREAD',"BLA1",'BAD', 'BLA2', array('test1'=>'test1')); /* lets get the global vars we may need */ -- 2.25.1