mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update common.php
This commit is contained in:
parent
3fdd6ed2e0
commit
fddb49331f
@ -68,6 +68,11 @@ class datastore_common
|
|||||||
return $this->data[$title];
|
return $this->data[$title];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function has ($title)
|
||||||
|
{
|
||||||
|
return isset($this->data[$title]);
|
||||||
|
}
|
||||||
|
|
||||||
function store ($item_name, $item_data) {}
|
function store ($item_name, $item_data) {}
|
||||||
|
|
||||||
function rm ($items)
|
function rm ($items)
|
||||||
|
Loading…
Reference in New Issue
Block a user