phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site functions.inc.php,1.2,1.2.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site functions.inc.php,1.2,1.2.2.1
Date: Fri, 04 Oct 2002 21:40:59 -0400

Update of /cvsroot/phpgroupware//sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv26414

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
minor worthwhile change...


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/functions.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** functions.inc.php   12 Sep 2002 03:55:37 -0000      1.2
--- functions.inc.php   5 Oct 2002 01:40:57 -0000       1.2.2.1
***************
*** 14,17 ****
--- 14,23 ----
        function sitemgr_link2($url, $extravars = '')
        {
+               // humor me with this wrapper function...
+               sitemgr_link($url, $extravars);
+       }
+ 
+       function sitemgr_link($url, $extravars = '')
+       {
                $kp3 = $GLOBALS['HTTP_GET_VARS']['kp3'] ? 
$GLOBALS['HTTP_GET_VARS']['kp3'] : $GLOBALS['HTTP_COOKIE_VARS']['kp3'];
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]