From 799c20460cfccf120b8bd670ad29105dc8596bce Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 10 Aug 2003 20:01:38 +0000 Subject: [PATCH] typo! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5496 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/plugin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugin.txt b/doc/plugin.txt index 7acbc5be..0e93cfb4 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -1116,7 +1116,7 @@ When you are developing your plugin, you should always have error reporting turned all the way up. You can do this by changing two settings in your php.ini and restarting your web server: - display_errors = Off + display_errors = On error_reporting = E_ALL This way, you'll be sure to see all Notices, Warnings and Errors that your -- 2.25.1