diff --git a/app/contacts/contacts.php b/app/contacts/contacts.php index 17c8d8480a..209167f407 100644 --- a/app/contacts/contacts.php +++ b/app/contacts/contacts.php @@ -162,7 +162,6 @@ require_once "includes/paging.php"; } } } -echo "sql: ".$sql."

\n"; if (strlen($order_by)> 0) { $sql .= "order by $order_by $order "; } $sql .= "limit $rows_per_page offset $offset "; $prep_statement = $db->prepare(check_sql($sql));