Fixed Trac #628: sort order and configurable tables

SVN:trunk[2523]
This commit is contained in:
Denis Flaven
2012-12-05 14:59:51 +00:00
parent cc8c034520
commit 5ffc5ff50a
3 changed files with 39 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ class appUserPreferences extends DBObject
}
else
{
unset($aPrefs[$sCode]);
unset($aPrefs[$sCodeOrPattern]);
self::$oUserPrefs->Set('preferences', $aPrefs);
}
// Save only if needed