From a42c55f02b7e313ab61bf826794d0888f2dceae1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 18:34:18 +0400 Subject: fix blank character after opening bracket in function calls --- plugins/mobile/cat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mobile/cat.php') diff --git a/plugins/mobile/cat.php b/plugins/mobile/cat.php index ec5bbf3d9..5164d0049 100644 --- a/plugins/mobile/cat.php +++ b/plugins/mobile/cat.php @@ -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); ?> -- cgit v1.2.3