diff options
Diffstat (limited to 'models/archivelist.php')
| -rw-r--r-- | models/archivelist.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models/archivelist.php b/models/archivelist.php index bf734e0..7a76475 100644 --- a/models/archivelist.php +++ b/models/archivelist.php @@ -49,4 +49,11 @@ class ArchiveList extends Table { "LID = \"$this->LID\"" ); } + + function delete() { + Table::_delete( + 'ArchiveLists', + "LID = \"$this->LID\"" + ); + } } |
