[svn r10097] fix a bug with dbglue.... Please don't commit this king of things before you're sure all is ok. We lose a lot of time....

skala
Eric Marguin 19 years ago
parent c192c75df6
commit cc34902ce3
  1. 3
      main/inc/lib/database.lib.php

@ -217,7 +217,8 @@ class Database
*/
function get_database_glue()
{
return $GLOBALS["dbGlu"];
global $_configuration;
return $_configuration['db_glue'];
}
/**
* Returns the database prefix.

Loading…
Cancel
Save