mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 20:43:41 +00:00
remove more requirements for include/datetime.php
This commit is contained in:
parent
8ff287e169
commit
476bb091b3
2 changed files with 0 additions and 2 deletions
|
@ -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']);
|
||||
|
|
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue