Discussion:
[SM-CVS] SF.net SVN: squirrelmail:[14703] branches/SM-1_4-STABLE/squirrelmail/ include/load_prefs.php
Paul Lesniewski via squirrelmail-cvs
2017-07-20 09:37:49 UTC
Permalink
Revision: 14703
http://sourceforge.net/p/squirrelmail/code/14703
Author: pdontthink
Date: 2017-07-20 09:37:49 +0000 (Thu, 20 Jul 2017)
Log Message:
-----------
Remove inefficient and unused defined() check

Modified Paths:
--------------
branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php

Modified: branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php 2017-07-06 04:33:07 UTC (rev 14702)
+++ branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php 2017-07-20 09:37:49 UTC (rev 14703)
@@ -73,9 +73,10 @@
}


-if (!defined('download_php')) {
+// "download_php" is found nowhere in the source - this must be some orphaned legacy code
+// if (!defined('download_php')) {
sqsession_register($theme_css, 'theme_css');
-}
+// }


/* Load the user's special folder preferences */

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Loading...