phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php, 1.22.2.1, 1.22


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php, 1.22.2.1, 1.22.2.2
Date: Thu, 21 Aug 2003 17:15:02 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv22563

Modified Files:
      Tag: Version-0_9_16-branch
        class.html.inc.php 
Log Message:
small fix to get rid of '0=' in the url


Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -C2 -r1.22.2.1 -r1.22.2.2
*** class.html.inc.php  20 Aug 2003 00:35:24 -0000      1.22.2.1
--- class.html.inc.php  21 Aug 2003 21:14:59 -0000      1.22.2.2
***************
*** 178,182 ****
                        $vars += explode('&',$v);
                }
!               return $GLOBALS['phpgw']->link($url,$vars);
        }
  
--- 178,182 ----
                        $vars += explode('&',$v);
                }
!               return $GLOBALS['phpgw']->link($url,implode('&',$vars));
        }
  





reply via email to

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