diff options
author | Georg Richter <georg@php.net> | 2002-09-06 12:11:30 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2002-09-06 12:11:30 +0000 |
commit | 0797d5f9891666fa2c6405794ed0d9f4be6372a6 (patch) | |
tree | 270f95cdd7e6b047a09bbe8f51cbd7aad2bad356 /ext/mysql/php_mysql.c | |
parent | 5d4080ec386f7c6d9e367eff9392cb1dccbcc4a9 (diff) | |
download | php-git-0797d5f9891666fa2c6405794ed0d9f4be6372a6.tar.gz |
fixed typo
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 52ea7323ee..e7fe46fa2a 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1304,7 +1304,7 @@ PHP_FUNCTION(mysql_db_query) } if (!strcasecmp(get_active_function_name(TSRMLS_C), "mysql")) { - php_error_docref(NULL TSRMLS_CC, E_NOTICE, "This function is deprecated; use mysql_db_query()"); + php_error_docref(NULL TSRMLS_CC, E_NOTICE, "This function is deprecated; use mysql_query()"); } php_mysql_do_query_general(query, mysql_link, id, db, MYSQL_STORE_RESULT, return_value TSRMLS_CC); |