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


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site functions.inc.php,1.2.2.2,1.2.2.3
Date: Tue, 05 Nov 2002 00:17:04 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Fixed a minor error in url generation.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/functions.inc.php,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** functions.inc.php   12 Oct 2002 21:02:16 -0000      1.2.2.2
--- functions.inc.php   5 Nov 2002 05:17:00 -0000       1.2.2.3
***************
*** 55,59 ****
                $url = $GLOBALS['sitemgr_info']['sitemgr-site_url'] . $url;
  
!               $url = ereg_replace('//','/',$url);
  
                // build the extravars string from a array
--- 55,59 ----
                $url = $GLOBALS['sitemgr_info']['sitemgr-site_url'] . $url;
  
!               $url = ereg_replace('([^:])//','\1/',$url);
  
                // build the extravars string from a array





reply via email to

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