comment typo

This commit is contained in:
Maxim Maletsky 2002-11-21 20:32:56 +00:00
parent 8338d8bfce
commit 1f73196bf9

View file

@ -4405,7 +4405,7 @@ PHP_FUNCTION(ocipasswordchange)
text *user, *pass_old, *pass_new; text *user, *pass_old, *pass_new;
oci_connection *connection; oci_connection *connection;
/* Disalllow in Safe Mode */ /* Disable in Safe Mode */
if (PG(safe_mode)) { if (PG(safe_mode)) {
RETURN_FALSE; RETURN_FALSE;
} }