1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Installation configuration fixes. RSS install now included default configuration correctly.

This commit is contained in:
Cameron
2016-02-25 18:43:49 -08:00
parent 12a2084cbb
commit a16ee111e9
10 changed files with 231 additions and 71 deletions

View File

@@ -1011,7 +1011,7 @@ class xmlClass
foreach($tables as $tbl)
{
$eTable= str_replace(MPREFIX,"",$tbl);
e107::getDB()->db_Select($eTable, "*");
e107::getDB()->select($eTable, "*");
$text .= "\t<dbTable name=\"".$eTable."\">\n";
while($row = e107::getDB()-> db_Fetch())
{