wow, that's weird

This commit is contained in:
Dan Olson 2000-06-13 03:04:49 +00:00
parent 51262c5766
commit c0b4caf82b

View file

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