For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > April 2005 > 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
Helgi Þormar Þorbjörnsson

2005-04-21, 8:56 am

dufuz Thu Apr 21 04:33:07 2005 EDT

Modified files:
/php-bugs-web/include functions.inc
Log:
Comment out error check that shouldn't have been committed just yet

# Sorry about that :/

http://cvs.php.net/diff.php/php-bug...2&r2=1.153&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.152 php-bugs-web/include/functions.inc:1.153
--- php-bugs-web/include/functions.inc:1.152 Wed Apr 20 21:58:55 2005
+++ php-bugs-web/include/functions.inc Thu Apr 21 04:33:02 2005
@@ -489,9 +489,9 @@
$errors[] = "You must supply a password for this bug report.";
}

- if (!validate_captcha()) {
+ /*if (!validate_captcha()) {
$errors[] = 'Incorrect CAPTCHA';
- }
+ }*/

return $errors;
}
Sponsored Links







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

Copyright 2008 codecomments.com