mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +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:
@@ -10,8 +10,6 @@
|
|||||||
*/
|
*/
|
||||||
namespace OCA\OcSms\AppInfo;
|
namespace OCA\OcSms\AppInfo;
|
||||||
|
|
||||||
error_log("You messed up!", 3, "/var/tmp/my-errors.log");
|
|
||||||
|
|
||||||
class FormatPhoneNumber {
|
class FormatPhoneNumber {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user