mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Fix - read table prefix from db_config file instead of always using default "xe_".
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8700 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ead81754f
commit
abf5a1f5a3
5 changed files with 70 additions and 70 deletions
|
|
@ -515,7 +515,7 @@
|
|||
}
|
||||
|
||||
function getParser(){
|
||||
return new DBParser("[", "]");
|
||||
return new DBParser("[", "]", $this->prefix);
|
||||
}
|
||||
|
||||
function queryError($queryObject){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue