]> git.datanom.net - qtadmin.git/blobdiff - lib/db_implementation.php
Enhance security
[qtadmin.git] / lib / db_implementation.php
index a8ab163b0436a976894197ffcac6155b0a7331c4..0ef791ac460c0b373f3ad23a9be3c7b9e5c285d7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 abstract class DBImpl {
 
     private function __clone() {}
@@ -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.029043 seconds and 5 git commands to generate.