CC-2652: display info about import
- temp commit
This commit is contained in:
parent
c0e07dbd9e
commit
9ff5bdaf0f
4 changed files with 38 additions and 1 deletions
|
@ -356,5 +356,14 @@ class Application_Model_Preference
|
|||
public static function GetRemindMeDate(){
|
||||
return Application_Model_Preference::GetValue("remindme");
|
||||
}
|
||||
|
||||
public static function SetImportTimestamp(){
|
||||
$now = time();
|
||||
Application_Model_Preference::SetValue("import_timestamp", $now);
|
||||
}
|
||||
|
||||
public static function GetImportTimestamp(){
|
||||
return Application_Model_Preference::GetValue("import_timestamp");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue