1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

Revert "Rewrote database support to classes, Fixed strict warning in sanitizedummy.php"

This reverts commit 65d0cc64a2.
This commit is contained in:
Andrew Dolgov
2013-03-15 19:54:18 +04:00
parent a48d8533bf
commit 8c0496f74c
7 changed files with 126 additions and 271 deletions

View File

@@ -1,6 +1,6 @@
<?php
class SanitizeDummy extends SimplePie_Sanitize {
function sanitize($data, $type, $base = '') {
function sanitize($data, $type, $base) {
return $data;
}
}