corrections, minor alterations

This commit is contained in:
Tony Baldwin 2012-03-17 18:34:25 -04:00
parent f26c87aaea
commit 3d38180d8f
4 changed files with 52 additions and 84 deletions

View file

@ -165,6 +165,8 @@ 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))