Commit: d7ab96d246c97767646ed9306607f1b702d939bd Author: Hannes Magnusson <[email protected]> Sun, 29 Dec 2013 18:10:16 -0800 Parents: 49e5064ad0e966894279e5bee8ae8e2f2456daf2 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=d7ab96d246c97767646ed9306607f1b702d939bd Log: Whopsy, this argument should be optional Changed paths: M include/functions.inc Diff: diff --git a/include/functions.inc b/include/functions.inc index f148c0c..b29c49d 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -51,7 +51,7 @@ function head($title="", $config = array()) { } } -function foot($secondscreen) { +function foot($secondscreen = null) { $SECONDSCREEN = $secondscreen; $JS = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
