Remove test code.

This commit is contained in:
Mark Crane 2013-04-25 20:08:08 +00:00
parent 78cf6b74f3
commit f3a2e40e6a
1 changed files with 0 additions and 1 deletions

View File

@ -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));