logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: squirrelmail/src left_main.php,1.242,1.243: msg#00227

Subject: CVS: squirrelmail/src left_main.php,1.242,1.243
Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10089/src

Modified Files:
        left_main.php 
Log Message:
Remove $settings['imapConnection'].  Passing this to the template causes in 
intermittent segfault on PHP 4.3.11 (maybe others??).  Since this variable is 
not used by the templates right now, we will simply remove it.  Probably need 
to re-evaluate this later as the IMAP connection could be extremely useful to 
template developers.

Index: left_main.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/left_main.php,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -w -r1.242 -r1.243
--- left_main.php       10 Aug 2006 22:33:36 -0000      1.242
+++ left_main.php       31 Aug 2006 18:08:40 -0000      1.243
@@ -191,7 +191,7 @@
  * globals, which are dirty, filthy things in templates. :)
  */
 $settings = array();
-$settings['imapConnection'] = $imapConnection;
+#$settings['imapConnection'] = $imapConnection;
 $settings['iconThemePath'] = $icon_theme_path;
 $settings['templateDirectory'] = $sTplDir;
 $settings['unreadNotificationEnabled'] = $unseen_notify!=1;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


<Prev in Thread] Current Thread [Next in Thread>