Skip to content

Commit

Permalink
meteor have updated their minimum message length to 480
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/o2sms/code/trunk@22 75f1c0c1-35d0-4c14-b72c-2db7557a358e
  • Loading branch information
brk3 committed Oct 1, 2010
1 parent 9ba7818 commit 07f20d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions o2sms3/lib/WWW/SMS/IE/meteorsms.pm
Expand Up @@ -104,6 +104,11 @@ sub _format_number
return $number;
}

sub max_length
{
return 480;
}


=head1 DISCLAIMER
Expand Down

0 comments on commit 07f20d3

Please sign in to comment.