CC-4254: Library: advanced search on library
- initial commit
This commit is contained in:
parent
734be21269
commit
de0aeee594
6 changed files with 900 additions and 20 deletions
|
@ -1099,4 +1099,8 @@ class Application_Model_Preference
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public static function getCurrentLibraryTableSetting(){
|
||||
return unserialize(self::getValue("library_datatable"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue