From aee2ab3dbd4dffcebbda360bc9320efaf80b4960 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 8 Oct 2012 10:10:07 -0400 Subject: [PATCH] Remove author names --- sql.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sql.php b/sql.php index 952deef8cd..a8b14fb5a9 100644 --- a/sql.php +++ b/sql.php @@ -501,11 +501,10 @@ if (empty($reload) $reload = 1; } -// SK -- Patch: $is_group added for use in calculation of total number of -// rows. -// $is_count is changed for more correct "LIMIT" clause -// appending in queries like -// "SELECT COUNT(...) FROM ... GROUP BY ..." +// $is_group added for use in calculation of total number of rows. +// $is_count is changed for more correct "LIMIT" clause +// appending in queries like +// "SELECT COUNT(...) FROM ... GROUP BY ..." /** * @todo detect all this with the parser, to avoid problems finding @@ -574,7 +573,7 @@ if (strlen($db)) { // E x e c u t e t h e q u e r y -// Only if we didn't ask to see the php code (mikebeck) +// Only if we didn't ask to see the php code if (isset($GLOBALS['show_as_php']) || ! empty($GLOBALS['validatequery'])) { unset($result); $num_rows = 0;