Beispiel #1
0
 function ClearOldAgent()
 {
     CSocNetLog::ClearOld(IntVal(COption::GetOptionString("socialnetwork", "log_cleanup_days", "90")));
     return "CSocNetLog::ClearOldAgent();";
 }