CC-1724:Phone home statistics
Temp commit
This commit is contained in:
parent
0263278bc2
commit
5adfb79981
12 changed files with 451 additions and 103 deletions
|
@ -331,7 +331,12 @@ class Application_Model_Preference
|
|||
|
||||
public static function SetRemindMeDate($now){
|
||||
$weekAfter = mktime(0, 0, 0, date("m") , date("d")+7, date("Y"));
|
||||
Application_Model_Preference::SetValue('remindme', $weekAfter);
|
||||
Application_Model_Preference::SetValue("remindme", $weekAfter);
|
||||
}
|
||||
|
||||
public static function GetRemindMeDate(){
|
||||
return Application_Model_Preference::GetValue("remindme");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue