cleanup missing functions after move

This commit is contained in:
friendica 2012-10-22 19:48:48 -07:00
parent a7abe24382
commit 21578fd0b0
3 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,5 @@
<?php
require_once('include/email.php');
class EmailNotification {
/**

View File

@ -1,7 +1,5 @@
<?php
require_once('include/email.php');
function notification($params) {
logger('notification: entry', LOGGER_DEBUG);
@ -442,7 +440,6 @@ intval($params['uid']), LOGGER_DEBUG);
}
require_once('include/email.php');
class enotify {
/**

View File

@ -17,7 +17,6 @@
require_once('include/crypto.php');
require_once('include/enotify.php');
require_once('include/email.php');
require_once('include/items.php');
function item_post(&$a) {