TagDAOPGSQL.php 118 B

123456789
  1. <?php
  2. class FreshRSS_TagDAOPGSQL extends FreshRSS_TagDAO {
  3. public function sqlIgnore() {
  4. return ''; //TODO
  5. }
  6. }