diff options
| -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 **********************/  /** |