CC-3050: Comb through source code for dates being generated with date() function
-done
This commit is contained in:
parent
2f63a65e03
commit
4f2adc3068
7 changed files with 17 additions and 19 deletions
|
@ -112,8 +112,7 @@ class NowplayingController extends Zend_Controller_Action
|
|||
{
|
||||
// unset session
|
||||
Zend_Session::namespaceUnset('referrer');
|
||||
$now = date("Y-m-d H:i:s");
|
||||
Application_Model_Preference::SetRemindMeDate($now);
|
||||
Application_Model_Preference::SetRemindMeDate();
|
||||
die();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue