Пример #1
0
 function PurgeDrafts()
 {
     require_once INCLUDE_DIR . 'class.draft.php';
     Draft::cleanup();
 }