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.2.1,


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site functions.inc.php,1.2.2.1,1.2.2.2
Date: Sat, 12 Oct 2002 17:02:19 -0400

Update of /cvsroot/phpgroupware//sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv24027/d/d/../..

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
stupid mistake... link function wasn't returning anything


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/functions.inc.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** functions.inc.php   5 Oct 2002 01:40:57 -0000       1.2.2.1
--- functions.inc.php   12 Oct 2002 21:02:16 -0000      1.2.2.2
***************
*** 15,19 ****
        {
                // humor me with this wrapper function...
!               sitemgr_link($url, $extravars);
        }
  
--- 15,19 ----
        {
                // humor me with this wrapper function...
!               return sitemgr_link($url, $extravars);
        }
  





reply via email to

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