]> git.mxchange.org Git - friendica-addons.git/blobdiff - ljpost/ljpost.php
minor alterations, mostly to ijpost
[friendica-addons.git] / ljpost / ljpost.php
index ddcd28907f1fe5ec3a4aa2c3f204f2b2d508f21c..717b77c19f0e3fe0b06fabc15607dc68fdaa3723 100755 (executable)
@@ -165,8 +165,6 @@ function ljpost_send(&$a,&$b) {
        $lj_username = xmlify(get_pconfig($b['uid'],'ljpost','lj_username'));
        $lj_password = xmlify(get_pconfig($b['uid'],'ljpost','lj_password'));
        $lj_journal = xmlify(get_pconfig($b['uid'],'ljpost','lj_journal'));
-//     if(! $lj_journal)
-//             $lj_journal = $lj_username;
 
        $lj_blog = xmlify(get_pconfig($b['uid'],'ljpost','lj_blog'));
        if(! strlen($lj_blog))