Skip to content

Commit

Permalink
Default value for sessions.last_subid must be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Feb 27, 2006
1 parent 657436b commit 17ba655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/DB/MySQL/MySQL.pm
Expand Up @@ -1960,7 +1960,7 @@ sub getSessionInstance {
-lasttime => 'NOW()',
lasttitle => $lasttitle || '',
last_sid => $last_sid || '',
last_subid => $last_subid || ''
last_subid => $last_subid || '0'
});
}

Expand Down

0 comments on commit 17ba655

Please sign in to comment.