mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
gui refactoring, using the zend mail library 1.2.x
Change-Id: Ie019ae0c241263e3acfeb09ea6779d90487fde8e Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -14,8 +14,6 @@ class ModelMessageRestore extends Model {
|
||||
|
||||
if($zip->open($zipname, ZIPARCHIVE::CREATE) != true) { exit("cannot open <$zipname>\n"); }
|
||||
|
||||
$this->model_search_message->connect_to_pilergetd();
|
||||
|
||||
foreach($idlist as $id) {
|
||||
$i++;
|
||||
|
||||
@ -35,8 +33,6 @@ class ModelMessageRestore extends Model {
|
||||
AUDIT(ACTION_DOWNLOAD_MESSAGE, '', '', $id, '');
|
||||
}
|
||||
|
||||
$this->model_search_message->disconnect_from_pilergetd();
|
||||
|
||||
|
||||
$zip->close();
|
||||
|
||||
|
Reference in New Issue
Block a user