diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 08:10:21 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 08:10:21 -0800 |
| commit | 6fb34ad91b930c24bc2da2b79ea3276cda694618 (patch) | |
| tree | 73f32dd992b023548e517305d3e4f86fec7fc157 | |
| parent | 67afbc5ac97546dc9ce9163a5ff6596a9a5213be (diff) | |
remove debug
| -rw-r--r-- | httemplate/search/cust_event.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index 1766c1905..8bbd1af24 100644 --- a/httemplate/search/cust_event.html +++ b/httemplate/search/cust_event.html @@ -213,7 +213,6 @@ my $sql_query = { 'extra_sql' => $where, 'order_by' => 'ORDER BY _date ASC', 'addl_from' => $join, - 'debug' => 2, }; my $count_sql = "SELECT COUNT(*) FROM cust_event $join $where"; |
