Home
last modified time | relevance | path

Searched +full:date +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/discussion/
H A Dconvert.php122 $date = strtotime($strd);
123 if ($date == -1) $date = time();
128 $cid = md5($name.$date);
138 'date' => array('created' => $date),
H A Dadmin.php108 $date = filemtime($file);
112 'date' => $date,
125 * Used for sorting threads in descending order by date of last comment.
126 * If this date happens to be equal for the compared threads, page id
134 if ($a['date'] == $b['date']) {
137 return ($a['date'] < $b['date']) ? 1 : -1;
254 if (is_array($comment['date'])) { // new format
255 $created = $comment['date']['created'];
257 $created = $comment['date'];
H A Daction.php289 $comment['date'] = array('created' => $_REQUEST['date']);
528 $date = strtotime($comment['date']['created']);
530 $date = time();
533 if ($date == -1) {
534 $date = time();
549 'date' => array('created' => $date),
691 $data['comments'][$cid]['date']['modified'] = $date;
1119 * @param int $date
1131 if(!$date) {
1139 'date' => $date,
[all …]
H A Dhelper.php125 $date = filemtime($file);
127 $result[$date.'_'.$id] = array(
131 'date' => $date,
182 $result[$rec['date']] = $rec;
H A D_template.txt5 @AVATAR@//@NAME@, @DATE@ //
H A Dstyle.css65 background: transparent url(images/date.gif) 0 1px no-repeat;
H A Dplugin.info.txt4 date 2021-12-31
H A DCOPYING96 stating that you changed the files and the date of any change.