davidc Sun Mar 25 08:07:51 2007 UTC
Modified files:
/pearweb/public_html/notes add-note-form.php add-note.php
Log:
- #10482 bugfix. text-captcha-numeral
http://cvs.php.net/viewvc.cgi/pearweb/public_html/notes/add-note-form.php?r1=1.4&r2=1.5&diff_format=u
Index: pearweb/public_html/notes/add-note-form.php
diff -u pearweb/public_html/notes/add-note-form.php:1.4
pearweb/public_html/notes/add-note-form.php:1.5
--- pearweb/public_html/notes/add-note-form.php:1.4 Thu Mar 22 04:38:13 2007
+++ pearweb/public_html/notes/add-note-form.php Sun Mar 25 08:07:51 2007
@@ -9,9 +9,9 @@
/**
* Numeral Captcha Class
*/
-require_once 'NumeralCaptcha.php';
+require_once 'Text/CAPTCHA/Numeral.php';
-$captcha = new NumeralCaptcha;
+$captcha = new Text_CAPTCHA_Numeral;
/**
* This parameter should be passed from the
http://cvs.php.net/viewvc.cgi/pearweb/public_html/notes/add-note.php?r1=1.7&r2=1.8&diff_format=u
Index: pearweb/public_html/notes/add-note.php
diff -u pearweb/public_html/notes/add-note.php:1.7
pearweb/public_html/notes/add-note.php:1.8
--- pearweb/public_html/notes/add-note.php:1.7 Thu Mar 22 04:38:13 2007
+++ pearweb/public_html/notes/add-note.php Sun Mar 25 08:07:51 2007
@@ -50,9 +50,9 @@
$errors[] = 'Incorrect Captcha';
- require_once 'NumeralCaptcha.php';
+ require_once 'Text/CAPTCHA/Numeral.php';
- $captcha = new NumeralCaptcha;
+ $captcha = new Text_CAPTCHA_Numeral;
$spamCheck = $captcha->getOperation();
$_SESSION['answer'] = $captcha->getAnswer();
}
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|