Code Comments
Programming Forum and web based access to our favorite programming groups.edink Fri Mar 26 08:26:59 2004 EDT Modified files: /php-bugs-web/include functions.inc Log: php-4.3.5 is coming http://cvs.php.net/diff.php/php-bug...16&t y=u Index: php-bugs-web/include/functions.inc diff -u php-bugs-web/include/functions.inc:1.115 php-bugs-web/include/functi ons.inc:1.116 --- php-bugs-web/include/functions.inc:1.115 Thu Mar 18 13:08:41 2004 +++ php-bugs-web/include/functions.inc Fri Mar 26 08:26:58 2004 @@ -119,7 +119,7 @@ function show_version_options($current,$default="") { - $versions = array("4.3.5RC4", "4.3.4", "4CVS-".date("Y-m-d")." (stable)", "5.0.0RC1", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant"); + $versions = array("4.3.5", "4.3.4", "4CVS-".date("Y-m-d")." (stable)", "5. 0.0RC1", "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";
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.