diff options
Diffstat (limited to 'databases/phppgadmin/files')
-rw-r--r-- | databases/phppgadmin/files/patch-adodb-postgres64.inc.php | 14 | ||||
-rw-r--r-- | databases/phppgadmin/files/patch-all_db.php | 11 |
2 files changed, 0 insertions, 25 deletions
diff --git a/databases/phppgadmin/files/patch-adodb-postgres64.inc.php b/databases/phppgadmin/files/patch-adodb-postgres64.inc.php deleted file mode 100644 index 0c62e353ce1a..000000000000 --- a/databases/phppgadmin/files/patch-adodb-postgres64.inc.php +++ /dev/null @@ -1,14 +0,0 @@ ---- libraries/adodb/drivers/adodb-postgres64.inc.php.orig 2020-11-07 06:09:12 UTC -+++ libraries/adodb/drivers/adodb-postgres64.inc.php -@@ -122,6 +122,11 @@ WHERE relkind in ('r','v') AND (c.relname='%s' or c.re - // changes the metaColumnsSQL, adds columns: attnum[6] - } - -+ function __construct() -+ { -+ // changes the metaColumnsSQL, adds columns: attnum[6] -+ } -+ - function ServerInfo() - { - if (isset($this->version)) return $this->version; diff --git a/databases/phppgadmin/files/patch-all_db.php b/databases/phppgadmin/files/patch-all_db.php deleted file mode 100644 index a2f8dbd52592..000000000000 --- a/databases/phppgadmin/files/patch-all_db.php +++ /dev/null @@ -1,11 +0,0 @@ ---- all_db.php.orig 2020-11-07 06:09:12 UTC -+++ all_db.php -@@ -199,7 +199,7 @@ - echo "\t\t<td class=\"data1\">\n"; - echo "\t\t\t<select name=\"formEncoding\">\n"; - echo "\t\t\t\t<option value=\"\"></option>\n"; -- while (list ($key) = each ($data->codemap)) { -+ foreach ($data->codemap as $key => $value) { - echo "\t\t\t\t<option value=\"", htmlspecialchars($key), "\"", - ($key == $_POST['formEncoding']) ? ' selected="selected"' : '', ">", - $misc->printVal($key), "</option>\n"; |