Changeset 1103

Show
Ignore:
Timestamp:
10/18/07 15:18:25 (1 year ago)
Author:
donncha
Message:

Assign authors correctly, props washort, fixes #435

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/wordpress.php

    r1102 r1103  
    183183                        ++ $j; 
    184184                        echo '<li>'.__('Current author:').' <strong>'.$author.'</strong><br />'.'Map to existing: '; 
    185                         $this->users_form($j); 
     185                        $this->users_form($author); 
    186186                        echo '</li>'; 
    187187                }