Lines Matching defs:DATE_AT
23 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
46 $DATE_AT = $INPUT->str('at');
61 //parse DATE_AT
62 if ($DATE_AT) {
63 $date_parse = strtotime($DATE_AT);
65 $DATE_AT = $date_parse;
67 $date_parse = @date('Ymd', $DATE_AT);
69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
70 $DATE_AT = null;
75 //check for existing $REV related to $DATE_AT
76 if ($DATE_AT) {
78 $rev_t = $pagelog->getLastRevisionAt($DATE_AT);
82 $DATE_AT = null;
85 $rev_n = $pagelog->getRelativeRevision($DATE_AT, +1);
89 dformat($DATE_AT),
94 $REV = $DATE_AT; //will result in a page not exists message