Home
last modified time | relevance | path

Searched refs:cur_date (Results 1 – 3 of 3) sorted by relevance

/plugin/issuetracker/
H A Dedit.php329 $cur_date = date('Y-m-d G:i:s');
332 $mods[$mod_id]['timestamp'] = $cur_date;
362 $cur_date = date('Y-m-d G:i:s'); variable
381 $issues[$id_issue]['modified'] = $cur_date;
H A Daction.php391 { $cur_date = date($this->getConf('d_format'));
407 $cur_date = date($this->getConf('d_format'));
421 $cur_date = date($this->getConf('d_format'));
698 $cur_date = date($this->getConf('d_format'));
699 $comments[$comment_id]['timestamp'] = $cur_date;
711 $cur_date = date($this->getConf('d_format'));
2097 $cur_date = date($this->getConf('d_format'));
2404 $cur_date = date($this->getConf('d_format'));
2476 $cur_date = date($this->getConf('d_format'));
3252 $cur_date = date($this->getConf('d_format'));
[all …]
H A Dsyntax.php1110 $cur_date = date($this->getConf('d_format'));
1275 '<input type="hidden" name="created" value="'.$cur_date.'"/>'.NL.
1440 $ret .= '</table><p><input type="hidden" name="modified" value="'.$cur_date.'"/>'.NL.