diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 08:10:24 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 08:10:24 -0800 |
| commit | 08c7199f1c9305d8fa1178ab902e7e150e06efd9 (patch) | |
| tree | 478fe8ab686c449c3f099a37570c4b5675797493 | |
| parent | 9fa789e54fd4cce845242895b3036a220f16cba4 (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 24cc05b9b..2613256ec 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"; |
