Changeset 1311

Show
Ignore:
Timestamp:
11/12/07 08:56:25 (6 years ago)
Author:
tokuhirom
Message:

Nipotter: oops. save user's login id.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Nipotter/trunk/script/wassr-jabber2db.pl

    r1310 r1311  
    118118        $_[KERNEL]->post( 
    119119            'EasyDBI', 'do' => { 
    120                 sql => 'INSERT INTO status (user_url, profile_img_url, text, module, user_nick, epoch) VALUES (?, ?, ?, ?, ?, ?)', 
    121                 placeholders => [$info->{user_url}, $info->{profile_img_url}, $info->{text}, $info->{module}, $info->{user_nick}, $info->{epoch}], 
     120                sql => 'INSERT INTO status (user_url, profile_img_url, text, module, user_nick, epoch, user_login_id) VALUES (?, ?, ?, ?, ?, ?, ?)', 
     121                placeholders => [$info->{user_url}, $info->{profile_img_url}, $info->{text}, $info->{module}, $info->{user_nick}, $info->{epoch}, $info->{user_login_id} ], 
    122122                event => 'write_done', 
    123123            }