start sms settings

darcs-hash:20080720193005-84dde-97e098996309550dc98b658923d84620e7715c69.gz
This commit is contained in:
Evan Prodromou
2008-07-20 15:30:05 -04:00
parent f80c8f8ab0
commit 5fd0a788d5
5 changed files with 320 additions and 0 deletions

View File

@@ -107,4 +107,8 @@ class User extends DB_DataObject
}
return $profile->getCurrentNotice($dt);
}
function getCarrier() {
return Sms_carrier::staticGet($this->carrier);
}
}