Changeset 2693 for trunk/xmlrpc.php
- Timestamp:
- 07/03/2005 06:33:03 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r2680 r2693 149 149 function blogger_getUsersBlogs($args) { 150 150 151 logIO('O', " User login : {$args[1]}"); 152 logIO('O', " User pass : {$args[2]}"); 153 151 154 $this->escape($args); 152 155 153 156 $user_login = $args[1]; 154 157 $user_pass = $args[2]; 158 159 logIO('O', " User login : $user_login"); 160 logIO('O', " User pass : $user_pass"); 155 161 156 162 if (!$this->login_pass_ok($user_login, $user_pass)) { … … 563 569 $post_category[] = get_cat_ID($cat); 564 570 } 565 } else if ( !empty($catnames) ) { 566 $post_category = array(get_cat_ID($catnames)); 567 } 571 } 568 572 569 573 // We've got all the data -- post it: … … 618 622 $post_category[] = get_cat_ID($cat); 619 623 } 620 } else if ( !empty($catnames) ) { 621 $post_category = array(get_cat_ID($catnames)); 622 } 624 } 623 625 624 626 $post_excerpt = $content_struct['mt_excerpt'];
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)