Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Dec 26, 2015
1 parent 19b303f commit dac8a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console/Command/QueueTestShell.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
App::uses('AppShell', 'Console/Command');
App::uses('EmailLib', 'Tools.Lib');

if (!defined('FORMAT_DB_DATE')) {
define('FORMAT_DB_DATETIME', 'Y-m-d H:i:s');
}
Expand Down Expand Up @@ -45,8 +47,6 @@ public function email() {
* @return void
*/
public function complete_email() {
App::uses('EmailLib', 'Tools.Lib');

Configure::write('debug', 0);
$Email = new EmailLib();
$Email->to('markscherer@gmx.de', 'Mark Test');
Expand Down

0 comments on commit dac8a04

Please sign in to comment.