For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > September 2004 > cvs: php-bugs-web /include functions.inc









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: php-bugs-web /include functions.inc
Ilia Alshanetsky

2004-09-14, 8:56 pm

iliaa Tue Sep 14 18:34:26 2004 EDT

Modified files:
/php-bugs-web/include functions.inc
Log:
4.3.9RC3


http://cvs.php.net/diff.php/php-bug...3&r2=1.134&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.133 php-bugs-web/include/functions.inc:1.134
--- php-bugs-web/include/functions.inc:1.133 Tue Aug 31 10:13:39 2004
+++ php-bugs-web/include/functions.inc Tue Sep 14 18:34:25 2004
@@ -119,7 +119,7 @@

function show_version_options($current,$default="")
{
- $versions = array("4.3.9RC2", "4.3.8", "4.3.7", "4CVS-".date("Y-m-d")." (stable)", "5.0.1", "5.0.0", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
+ $versions = array("4.3.9RC3", "4.3.8", "4.3.7", "4CVS-".date("Y-m-d")." (stable)", "5.0.1", "5.0.0", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
echo "<option value=\"\">--Please Select--</option>\n";
while (list(,$v) = each($versions)) {
echo "<option", ($current == $v ? " selected" : ""), ">$v</option>\n";
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com