Posted by up2trouble on 07/22/07 23:08
Its an integer set at 1 space. I changed code to:
function adminApprovalNeededDir ($connect, $db_table8)
{
$sql = "SELECT COUNT(*) FROM $db_table8 WHERE approved = 0 ";
$result = mysql_query ($sql, $connect) or die ('Query failed:
' .mysql_error());
$approved = mysql_num_rows($result);
echo "<STRONG>Directory</STRONG> - You have $approved entries waiting
for approval.";
}
I'm still getting same result.
Navigation:
[Reply to this message]
|