I really hate this

This commit is contained in:
Dan Olson 2000-06-13 03:01:35 +00:00
parent d6e56e762a
commit 48fa9145be

View file

@ -37,7 +37,7 @@ 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";
print ($query);
$result = @mysql_db_query (sqlDB, $query, $conn);
if ($result) {
$numRows = @mysql_num_rows ($result);