Changeset 136 for trunk


Ignore:
Timestamp:
03/29/09 15:40:40 (15 years ago)
Author:
nanardon
Message:
  • strip all white space at begining of line for voting id
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Model/Vote.pm

    r135 r136  
    755755 
    756756    $mail =~ s/\s*$//; 
     757    $mail =~ s/^\s*//; 
    757758    $id =~ s/\s*$//; 
     759    $id =~ s/^\s//; 
    758760    my $upd = $self->db->prepare_cached( 
    759761        q{ 
Note: See TracChangeset for help on using the changeset viewer.