typo!
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Aug 2003 20:01:38 +0000 (20:01 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Aug 2003 20:01:38 +0000 (20:01 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5496 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/plugin.txt

index 7acbc5beb497b9008a91d27ae0b06d16eceb8e32..0e93cfb406d243cc7fafff8327d5c82f9e956ecb 100644 (file)
@@ -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