forked from friendica/friendica-addons
remove more requirements for include/datetime.php
This commit is contained in:
parent
8ff287e169
commit
476bb091b3
|
@ -180,7 +180,6 @@ function dwpost_send(&$a,&$b) {
|
||||||
if($dw_username && $dw_password && $dw_blog) {
|
if($dw_username && $dw_password && $dw_blog) {
|
||||||
|
|
||||||
require_once('include/bbcode.php');
|
require_once('include/bbcode.php');
|
||||||
require_once('include/datetime.php');
|
|
||||||
|
|
||||||
$title = $b['title'];
|
$title = $b['title'];
|
||||||
$post = bbcode($b['body']);
|
$post = bbcode($b['body']);
|
||||||
|
|
|
@ -180,7 +180,6 @@ function ljpost_send(&$a,&$b) {
|
||||||
if($lj_username && $lj_password && $lj_blog) {
|
if($lj_username && $lj_password && $lj_blog) {
|
||||||
|
|
||||||
require_once('include/bbcode.php');
|
require_once('include/bbcode.php');
|
||||||
require_once('include/datetime.php');
|
|
||||||
|
|
||||||
$title = xmlify($b['title']);
|
$title = xmlify($b['title']);
|
||||||
$post = bbcode($b['body']);
|
$post = bbcode($b['body']);
|
||||||
|
|
Loading…
Reference in a new issue