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:
@@ -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;
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user