* Miss out this file in the commit for bug [1630670]

This commit is contained in:
Heng Sin Low 2007-01-18 17:10:34 +00:00
parent bca24cca31
commit d341b116dc
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public class MRequestProcessor extends X_R_RequestProcessor
+ "WHERE R_RequestProcessor_ID=" + getR_RequestProcessor_ID()
+ " AND (Created+" + getKeepLogDays() + ") < SysDate";
int no = DB.executeUpdate(sql, get_TrxName());
return 0;
return no;
} // deleteLog
/**