[PHPVortex-Commit] phpvortex URL.class.php,1.2,1.3
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2006-08-06 14:21:18
|
Update of /cvsroot/phpvortex/phpvortex In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2604 Modified Files: URL.class.php Log Message: Small bug fixes Index: URL.class.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/URL.class.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** URL.class.php 7 Oct 2004 17:43:02 -0000 1.2 --- URL.class.php 6 Aug 2006 14:21:08 -0000 1.3 *************** *** 74,78 **** $pieces = array(); foreach ($this->parameters as $key => $value) $pieces[] = "$key=$value"; ! $url .= '?'.implode('&',$pieces); } return $url; --- 74,78 ---- $pieces = array(); foreach ($this->parameters as $key => $value) $pieces[] = "$key=$value"; ! $url .= '?'.implode('&',$pieces); } return $url; |