From f179e827fc41812390c0d00697130adb4b0b14c3 Mon Sep 17 00:00:00 2001 From: Chanaka Indrajith Date: Wed, 31 Oct 2012 23:44:46 +0530 Subject: Improve comments description --- tbl_export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbl_export.php') diff --git a/tbl_export.php b/tbl_export.php index b63a094e18..2158b7e869 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -39,10 +39,10 @@ if (! empty($sql_query)) { $temp_sql_array = explode("where", strtolower($sql_query)); // The fields which is going to select will remain - // as it is regardless of the where clause. + // as it is regardless of the where clause(s). // EX :- The part "SELECT `id`, `name` FROM `customers`" // will remain same when representing the resulted rows - // from the following query + // from the following query, // "SELECT `id`, `name` FROM `customers` WHERE id NOT IN // ( SELECT id FROM companies WHERE name LIKE '%u%')" $sql_query = $temp_sql_array[0]; -- cgit v1.2.3