mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
wow, that's weird
This commit is contained in:
parent
51262c5766
commit
c0b4caf82b
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ echo '<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0"> <TR vAlign
|
|||
if ($conn) {
|
||||
$query = 'SELECT n_date, n_user, n_news FROM news_main WHERE '.
|
||||
'n_news LIKE ' . $search . ' ORDER BY n_date DESC';
|
||||
echo $query;
|
||||
$result = @mysql_db_query (sqlDB, $query, $conn);
|
||||
if ($result) {
|
||||
$numRows = @mysql_num_rows ($result);
|
||||
|
|
Loading…
Reference in a new issue