Remove class_exists condition
This commit is contained in:
@@ -26,9 +26,11 @@
|
||||
*/
|
||||
|
||||
//define the database class
|
||||
if (!class_exists('database')) {
|
||||
class database {
|
||||
class database {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
const TABLE_PREFIX = "v_";
|
||||
|
||||
/**
|
||||
@@ -3509,8 +3511,7 @@
|
||||
return self::$database;
|
||||
}
|
||||
|
||||
} //class database
|
||||
} //!class_exists
|
||||
} //class database
|
||||
|
||||
//addtitional functions for sqlite
|
||||
if (!function_exists('php_md5')) {
|
||||
|
||||
Reference in New Issue
Block a user