derick Mon Apr 9 17:09:18 2001 EDT
Modified files:
/php4/ext/mcrypt mcrypt.c
Log:
- Removed debug thing
Index: php4/ext/mcrypt/mcrypt.c
diff -u php4/ext/mcrypt/mcrypt.c:1.47 php4/ext/mcrypt/mcrypt.c:1.48
--- php4/ext/mcrypt/mcrypt.c:1.47 Mon Apr 9 17:07:53 2001
+++ php4/ext/mcrypt/mcrypt.c Mon Apr 9 17:09:17 2001
@@ -351,7 +351,6 @@
MCLS_FETCH();
modules = mcrypt_list_algorithms (MCG(algorithms_dir), &count);
- printf ("boo\n");
if (count == 0) {
smart_str_appends (&tmp1, "none");
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]