Searched refs:cur_date (Results 1 – 3 of 3) sorted by relevance
329 $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'); variable381 $issues[$id_issue]['modified'] = $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; [all …]
1110 $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.