mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
adding debugging code
This commit is contained in:
parent
3e9f4b5f52
commit
297996e08e
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
$query = 'SELECT p_date, p_user, p_plan FROM devel_plans' .
|
||||
'WHERE p_plan != \'None\' ORDER BY p_date DESC, p_user';
|
||||
$result = @mysql_db_query (sqlDB, $query, $conn);
|
||||
newsItem ('now', 'theoddone33', "<p>result is $result");
|
||||
if ($result) {
|
||||
$numRows = @mysql_num_rows ($result);
|
||||
if ($numRows) {
|
||||
|
|
Loading…
Reference in a new issue