X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/4e417241d6fd22ee7cefdf179d9e9a5d5ed49e5e..24c77b7b310aefcb3c1b1ce4d02099e6f0cbfe84:/lib/db_implementation.php diff --git a/lib/db_implementation.php b/lib/db_implementation.php index 4304328..0ef791a 100644 --- a/lib/db_implementation.php +++ b/lib/db_implementation.php @@ -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); }