1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 08:39:57 +02:00

Issue #606 - List new prefs. Quick fix. Conversion from old to new still needed.

This commit is contained in:
Cameron
2014-05-28 22:37:33 -07:00
parent b69f770317
commit 266fc14e06
2 changed files with 21 additions and 8 deletions

View File

@@ -100,6 +100,9 @@ class listclass
*/
function getListPrefs()
{
return e107::pref('list_new'); //TODO Convert from old format to new.
/*
$sql = e107::getDb();
//check preferences from database
$num_rows = $sql->gen("SELECT * FROM #core WHERE e107_name='list' ");
@@ -118,6 +121,7 @@ class listclass
$this->list_pref = $this->e107->arrayStorage->ReadArray($row['e107_value']);
return $this->list_pref;
*/
}
/**