mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2011-03-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_db.php: made rollback the version of function "select_db_engine" because I had a mistake in the previous commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4059 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d4c0c25414
commit
fc8f575f7a
@ -1,3 +1,8 @@
|
|||||||
|
2011-03-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/functions_db.php: made rollback the version of function
|
||||||
|
"select_db_engine" because I had a mistake in the previous commit.
|
||||||
|
|
||||||
2011-03-04 Miguel de Dios <miguel.dedios@artica.es>
|
2011-03-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/db/postgresql.php, include/db/mysql.php, include/functions_db.php:
|
* include/db/postgresql.php, include/db/mysql.php, include/functions_db.php:
|
||||||
|
@ -26,10 +26,10 @@ function select_db_engine() {
|
|||||||
|
|
||||||
switch ($config["dbtype"]) {
|
switch ($config["dbtype"]) {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
return mysql_get_system_time();
|
require_once ($config['homedir'] . '/include/db/mysql.php');
|
||||||
break;
|
break;
|
||||||
case "postgresql":
|
case "postgresql":
|
||||||
return postgresql_get_system_time();
|
require_once ($config['homedir'] . '/include/db/postgresql.php');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user