]> granicus.if.org Git - php/commitdiff
Update message
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 5 Apr 2002 06:07:46 +0000 (06:07 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 5 Apr 2002 06:07:46 +0000 (06:07 +0000)
ext/pgsql/tests/escape.inc

index f7517952f01ad8b60957c14b28e629615685db30..7d65eb7391a3653c7125bc88c684f9118a871146 100644 (file)
@@ -47,10 +47,10 @@ $sql = "SELECT * FROM ".$table_name." WHERE num = -2";
 $result = pg_query($db, $sql);
 $row = pg_fetch_row($result, 0);
 if ($data === $row['bin']) {
-       echo "pg_escape_bytea actually works\n";
+       echo "pg_escape_bytea() actually works with databse\n";
 }
 else {
-       echo "pg_escape_bytea is broken\n";
+       echo "pg_escape_bytea() is broken\n";
 }
 
 ?>