From 13e77cd398c60301ccdb272099b484e98ca067e8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 3 Mar 2006 05:57:31 +0000 Subject: [PATCH] Removed some duplicate commands --- db_postgresql.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/db_postgresql.php b/db_postgresql.php index 5b25370..6f3d170 100644 --- a/db_postgresql.php +++ b/db_postgresql.php @@ -54,8 +54,6 @@ class DB_PostgreSQL extends DB_Abstract 'error_num' => '$this->command_error_num', 'error_str' => '$this->command_error_str', 'escape_string' => '$this->command_pg_escape_string', - 'escape_binary' => 'mysqli_real_escape_string', - 'unescape_binary' => '$this->command_unescape_binary', 'escape_binary' => 'pg_escape_bytea', 'unescape_binary' => 'pg_unescape_bytea', 'fetch_assoc' => 'pg_fetch_assoc', -- 2.22.5