hholzgra                Mon Mar 17 08:08:57 2003 EDT

  Modified files:              
    /php4/ext/dbx       dbx.c 
  Log:
  proto fix
  
Index: php4/ext/dbx/dbx.c
diff -u php4/ext/dbx/dbx.c:1.47 php4/ext/dbx/dbx.c:1.48
--- php4/ext/dbx/dbx.c:1.47     Wed Jan 29 21:33:15 2003
+++ php4/ext/dbx/dbx.c  Mon Mar 17 08:08:57 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dbx.c,v 1.47 2003/01/30 02:33:15 iliaa Exp $ */
+/* $Id: dbx.c,v 1.48 2003/03/17 13:08:57 hholzgra Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -548,7 +548,7 @@
 }
 /* }}} */
 
-/* {{{ proto string dbx_esc(dbx_link_object dbx_link, string sz)
+/* {{{ proto string dbx_escape_string(dbx_link_object dbx_link, string sz)
    Returns escaped string or NULL on error
 */
 ZEND_FUNCTION(dbx_escape_string)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to