1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 00:19:16 +00:00

fix blank character after opening bracket in function calls

This commit is contained in:
Andrew Dolgov
2013-04-17 18:34:18 +04:00
parent 72ff013729
commit a42c55f02b
56 changed files with 1399 additions and 1399 deletions

View File

@@ -20,10 +20,10 @@
init_plugins($link);
login_sequence( true);
login_sequence(true);
$cat_id = db_escape_string( $_REQUEST["id"]);
$cat_id = db_escape_string($_REQUEST["id"]);
render_category( $cat_id);
render_category($cat_id);
?>