Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: _Anthony_ on June 25, 2009, 11:55:01 PM

Title: Error
Post by: _Anthony_ on June 25, 2009, 11:55:01 PM
I'm getting an error from$count = $smcFunc['db_query']('', '
                              SELECT COUNT(*)
                              FROM {db_prefix}messages
                              WHERE poster_time > {int:midnight}',
            array(
'midnight' => $midnight,
                      )
);

for some reason.
Fatal error: Function name must be a string in /homepages/23/d197961673/htdocs/codewithus/forums/Sources/BoardIndex.php on line 79
is the error im getting.
Title: Re: Error
Post by: _Anthony_ on June 25, 2009, 11:59:51 PM
Sorry, fixed.