X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/b95d1cdbc4fe25e3f0df3b94e990f6af7b330c63..refs/heads/master:/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); }