Commit:    11aa634bae9efc96ed49a135b00873e944c48663
Author:    Hannes Magnusson <[email protected]>         Sun, 29 Dec 2013 
00:28:34 -0800
Parents:   9e9aed9c4eae4662a1601ff0a49e3eef4084c687
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=11aa634bae9efc96ed49a135b00873e944c48663

Log:
Fix an odd default value

Changed paths:
  M  include/functions.inc


Diff:
diff --git a/include/functions.inc b/include/functions.inc
index 57a5beb..da4fd20 100644
--- a/include/functions.inc
+++ b/include/functions.inc
@@ -152,7 +152,7 @@ function db_get_one($query)
 
 // 
-----------------------------------------------------------------------------------
 
-function array_to_url($array,$overlay=0) {
+function array_to_url($array,$overlay=array()) {
   if ($overlay) $array = array_merge($array,$overlay);
   $out = "";
   while (list($k,$v) = each($array)) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to