mirror of https://github.com/itflow-org/itflow
Rm testing string
This commit is contained in:
parent
67ea16e4fc
commit
a3267f213b
|
|
@ -26,8 +26,6 @@ $sql = mysqli_query(
|
|||
ORDER BY $sb $o LIMIT $record_from, $record_to
|
||||
");
|
||||
|
||||
var_dump(mysqli_error($mysqli));
|
||||
|
||||
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue