logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: squirrelmail/src left_main.php, 1.248, 1.249 addressbook.php, 1.113, 1: msg#00165

Subject: CVS: squirrelmail/src left_main.php, 1.248, 1.249 addressbook.php, 1.113, 1.114
Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21016/src

Modified Files:
        left_main.php addressbook.php 
Log Message:
required file already included by template class => it raised a fatal error.



Index: left_main.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/left_main.php,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -w -r1.248 -r1.249
--- left_main.php       30 Dec 2006 21:24:00 -0000      1.248
+++ left_main.php       31 Dec 2006 17:40:51 -0000      1.249
@@ -20,7 +20,6 @@
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'functions/imap_general.php');
 require_once(SM_PATH . 'functions/date.php');
-require_once(SM_PATH . 'functions/template/general_util.php');
 require_once(SM_PATH . 'templates/util_left_main.php');
 
 /* These constants are used for folder stuff. */

Index: addressbook.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/addressbook.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -w -r1.113 -r1.114
--- addressbook.php     30 Dec 2006 21:24:00 -0000      1.113
+++ addressbook.php     31 Dec 2006 17:40:51 -0000      1.114
@@ -21,7 +21,6 @@
 /* address book functions */
 require_once(SM_PATH . 'functions/addressbook.php');
 include_once(SM_PATH . 'templates/util_addressbook.php');
-include_once(SM_PATH . 'functions/template/general_util.php');
 
 /* form functions */
 require_once(SM_PATH . 'functions/forms.php');


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


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