1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-24 08:16:32 +00:00

Merge branch 'formatPhoneNumber' of github.com:stagprom/ocsms into formatPhoneNumber

modified:   appinfo/formatphonenumber.php

Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
This commit is contained in:
stagprom 2014-11-27 13:47:17 +01:00
commit 9d5615bc5c

View File

@ -10,8 +10,6 @@
*/
namespace OCA\OcSms\AppInfo;
error_log("You messed up!", 3, "/var/tmp/my-errors.log");
class FormatPhoneNumber {