From 3ca16db524d51c8741e6f7ccb816599cf4943ba3 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Fri, 17 Apr 2015 12:09:05 -0400 Subject: [PATCH] Comments --- airtime_mvc/application/models/Preference.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index 0781996c5..9a7f5633d 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -1447,6 +1447,7 @@ class Application_Model_Preference public static function setProvisioningStatus($status) { + //See constants.php for the list of valid values. eg. PROVISIONING_STATUS_ACTIVE self::setValue("provisioning_status", $status); }