( ! ) Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in ayar.php on line 52

Hatanın sebebi sizce nedir dostlar?

52. Satır:

<?php
$haber_al = mysql_query("SELECT * FROM ayarlar WHERE ayar='Descriptions'");
while ($bilgi=mysql_fetch_assoc($haber_al)) {
echo '							<input type="text" name="'.$bilgi['ayar'].'" id="'.$bilgi['ayar'].'" value="'.$bilgi['goster'].'" />';
}
?>