mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove test code.
This commit is contained in:
@@ -162,7 +162,6 @@ require_once "includes/paging.php";
|
||||
}
|
||||
}
|
||||
}
|
||||
echo "sql: ".$sql."<br /><br />\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));
|
||||
|
||||
Reference in New Issue
Block a user