This commit is contained in:
drigato 2015-01-12 16:21:53 -05:00
parent 7bdf34fcd1
commit c7c683966d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ WHERE file_id = :file_id
SQL;
$count = Application_Common_Database::prepareAndExecute( $sql, array(
':file_id'=>$p_fileId), 'column');
Logging::info($count);
return (is_numeric($count) && ($count != '0'));
}