#
if($hasLogTbl && $DEF_VERSION > $DB_VERSION && $DB_VERSION < 1.8){
# We must upgrade now. If existing LOG table is now invalid old version containing boolean RTF.
+ Settings::debug(1);
my @names = @{Settings::getTableColumnNames($db, 'LOG')};
#perl 5.28+ <--
#if ( 'RTF' ~~ @names ) {
return 0 if(!$pst);
return $pst;
}catch{
- SettingsException->throw(error=>"Database error encountered. Settings::selectRecords[sql]", show_trace=>$DEBUG);
+ SettingsException->throw(error=>"Database error encountered. Settings::selectRecords[$sql]", show_trace=>$DEBUG);
};
}