]> git.mxchange.org Git - friendica-addons.git/commitdiff
remove more requirements for include/datetime.php
authorrabuzarus <rabuzarus@t-online.de>
Mon, 5 Feb 2018 12:04:28 +0000 (13:04 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Mon, 5 Feb 2018 12:04:28 +0000 (13:04 +0100)
dwpost/dwpost.php
ljpost/ljpost.php

index fe4a53ef8d044108397a2b8da2d2e1b71aeeccd1..6a9cfe522b69c82909043b7e493d269d76a7ea8c 100644 (file)
@@ -180,7 +180,6 @@ function dwpost_send(&$a,&$b) {
        if($dw_username && $dw_password && $dw_blog) {
 
                require_once('include/bbcode.php');
-               require_once('include/datetime.php');
 
                $title = $b['title'];
                $post = bbcode($b['body']);
index 2a14172f1cedbbec88279ccb79e40990d88dce1e..de62c9761894469f1396ea433a21c919f6df77fa 100644 (file)
@@ -180,7 +180,6 @@ function ljpost_send(&$a,&$b) {
        if($lj_username && $lj_password && $lj_blog) {
 
                require_once('include/bbcode.php');
-               require_once('include/datetime.php');
 
                $title = xmlify($b['title']);
                $post = bbcode($b['body']);