diff options
author | Nathan Gass | 2020-09-03 15:08:48 +0200 |
---|---|---|
committer | Nathan Gass | 2020-09-03 15:08:48 +0200 |
commit | 75bbc82ca87fde88e5b9a8c902554a70831eb224 (patch) | |
tree | f77fe6fa683e64c1d6a82df072f9cc508c1b2ab5 /it_dbi_postgres.class | |
parent | 39f42c7291101df7edf4f7880be5eba1e957c3b0 (diff) | |
download | itools-75bbc82ca87fde88e5b9a8c902554a70831eb224.tar.gz itools-75bbc82ca87fde88e5b9a8c902554a70831eb224.tar.bz2 itools-75bbc82ca87fde88e5b9a8c902554a70831eb224.zip |
go back to $GLOBALS['it_dbi'] for backward compatibility
Diffstat (limited to 'it_dbi_postgres.class')
-rw-r--r-- | it_dbi_postgres.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi_postgres.class b/it_dbi_postgres.class index fff4a11..8fc29f1 100644 --- a/it_dbi_postgres.class +++ b/it_dbi_postgres.class @@ -22,7 +22,7 @@ class it_dbi_postgres extends it_dbi { -static $singleton; // override base class var to get our own singleton +static $_global_key = 'it_dbi_postgres'; // override base class to get our own singleton function _where($params) { |