aboutsummaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/archivelist.php7
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\""
+ );
+ }
}