Fix SMS regexp

This commit is contained in:
Florent Fourcot 2013-04-21 22:16:13 +02:00 committed by Romain Bignon
commit 1161874362

View file

@ -97,7 +97,7 @@ my %regexp = (
'voice' => 'National : (\d+)h(\d+)min(\d+)s',
'voicetoint' => 'International : (\d+)h(\d+)min(\d+)s',
'specialvoice' => '\| (\d+)h(\d+) min (\d+)s',
'sms' => 'Conso SMS \| (\d+) \/ (.*)',
'sms' => 'Conso SMS \s+ \| (\d+) \/ (.*)',
'mms' => 'Vous avez consommé (\d+) MMS',
'data' => 'Vous avez consommé ([\d\-\.]+) (Mo|Go)',
'voiceint' => 'Appels émis (\d+)h(\d+)min(\d+)s',