mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Revert accidental commit of collections test code
Originally added in 4143e482f5
This commit is contained in:
parent
83f762f402
commit
3b744c1a82
1 changed files with 0 additions and 3 deletions
|
@ -271,9 +271,6 @@ class Library{
|
|||
}
|
||||
|
||||
// Now store various collections
|
||||
apcu_delete('collections');
|
||||
apcu_store('collections', $collections);
|
||||
|
||||
apcu_delete(new APCUIterator('/^collection-/'));
|
||||
foreach($collections as $collection => $sortItems){
|
||||
// Sort the array by the ebook's ordinal in the collection. We use this custom sort function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue