[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail: [12705]
From:       pdontthink () users ! sourceforge ! net
Date:       2007-09-29 5:24:15
Message-ID: E1IbUoI-0003LX-Uf () sc8-pr-svn2 ! sourceforge ! net
[Download RAW message or body]

Revision: 12705
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12705&view=rev
Author:   pdontthink
Date:     2007-09-28 22:24:14 -0700 (Fri, 28 Sep 2007)

Log Message:
-----------
PAGE_NAME is already defined when adding addresses from the compose screen (this file \
is accessed in an include therein)... it is never actually used anywhere else, so we \
could remove the define completely

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/src/addrbook_search_html.php

Modified: branches/SM-1_4-STABLE/squirrelmail/src/addrbook_search_html.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/src/addrbook_search_html.php	2007-09-28 \
                18:01:36 UTC (rev 12704)
+++ branches/SM-1_4-STABLE/squirrelmail/src/addrbook_search_html.php	2007-09-29 \
05:24:14 UTC (rev 12705) @@ -15,7 +15,9 @@
  */
 
 /** This is the addrbook_search_html page */
-define('PAGE_NAME', 'addrbook_search_html');
+if (! defined('PAGE_NAME') ) {
+    define('PAGE_NAME', 'addrbook_search_html');
+}
 
 /** 
  * Path for SquirrelMail required files.


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic