X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Fdb.php;h=c02e90ef264d794ce15b4bdca09d3ade9a758a1e;hb=07fd4f8d9d4f301f5ad88ff9e80f042fc3eb0c36;hp=f45f0727644e3644f083c7a96d6775fd9315351a;hpb=977cea1438dafcdc98756b070a1383e5887d64c1;p=tt-rss.git diff --git a/include/db.php b/include/db.php index f45f0727..c02e90ef 100644 --- a/include/db.php +++ b/include/db.php @@ -36,5 +36,3 @@ function db_last_query_error() { function db_quote($str){ return Db::get()->quote($str); } - -?>