]> git.datanom.net - qtadmin.git/blobdiff - lib/db_implementation.php
Enhance security
[qtadmin.git] / lib / db_implementation.php
index 430432838498280041415a98bc1b73f662c3cf7f..0ef791ac460c0b373f3ad23a9be3c7b9e5c285d7 100644 (file)
@@ -9,6 +9,7 @@ abstract class DBImpl {
     abstract protected function getMarked($recipient = 'all');
     abstract protected function numRows();
     abstract protected function getMail($id);
+    abstract protected function getRecipient($id);
     abstract protected function setCharset($charset = 'utf8');
     abstract protected function update($sql);
 }
This page took 0.028498 seconds and 5 git commands to generate.