minor alterations, mostly to ijpost

This commit is contained in:
Tony Baldwin 2012-03-17 17:53:53 -04:00
parent 06e04aca2f
commit f26c87aaea
4 changed files with 87 additions and 55 deletions

View file

@ -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))