source: trunk/prototype/modules/mail/cleanMailAttachments.php @ 5637

Revision 5637, 241 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

Line 
1<?php
2define('ROOTPATH', dirname(__FILE__).'/../..');
3require_once ROOTPATH.'/api/controller.php';
4Controller::deleteALL( array('concept' => 'mailAttachment'), false ,array( 'filter' => array( '<'  , 'dtstamp' , (gmmktime() - 86400 ))));
5?>
Note: See TracBrowser for help on using the repository browser.