diff options
author | Urban Müller | 2014-03-26 14:08:08 +0100 |
---|---|---|
committer | Urban Müller | 2014-03-26 14:08:08 +0100 |
commit | bc10ca5de76427de58755d4c3d7044bf95d0a2ce (patch) | |
tree | 213ab710494909639b570df17cbfc85fff26c1ac /auto_prepend.php | |
parent | c9fe7448f79fcd7e1d73b1a3001eb13cfdff17a8 (diff) | |
download | itools-bc10ca5de76427de58755d4c3d7044bf95d0a2ce.tar.gz itools-bc10ca5de76427de58755d4c3d7044bf95d0a2ce.tar.bz2 itools-bc10ca5de76427de58755d4c3d7044bf95d0a2ce.zip |
last calls of db_version() are gone
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index ba62442..de6e741 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -147,17 +147,6 @@ function T_exists($label, $language = null) return $GLOBALS['it_text']->text_exists($label, $language); } -/** - * Return "db4" or "db2" depending on availability - */ -function db_version() -{ - return in_array("db4", dba_handlers()) ? "db4" : "db2"; -} - - - - /****************** functions for class it_text **********************/ /** |