Lines Matching refs:cur_date
391 { $cur_date = date($this->getConf('d_format'));
392 $comments[$comment_id]['mod_timestamp'] = $cur_date;
407 $cur_date = date($this->getConf('d_format'));
408 $comments[$comment_id]['timestamp'] = $cur_date;
421 $cur_date = date($this->getConf('d_format'));
422 … $issues[$_REQUEST['comment_issue_ID']]['modified'] = $cur_date;
698 $cur_date = date($this->getConf('d_format'));
699 $comments[$comment_id]['timestamp'] = $cur_date;
711 $cur_date = date($this->getConf('d_format'));
712 $issues[$_REQUEST['comment_issue_ID']]['modified'] = $cur_date;
2097 $cur_date = date($this->getConf('d_format'));
2134 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2279 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2404 $cur_date = date($this->getConf('d_format'));
2431 … '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
2476 $cur_date = date($this->getConf('d_format'));
2512 '<input type="hidden" name="timestamp" value="'.$cur_date.'" />'.NL.
3252 $cur_date = date($this->getConf('d_format'));
3255 $mods[$mod_id]['timestamp'] = $cur_date;