Go to the documentation of this file.
60 $sTable = getViewName(
"oxactions");
67 switch ($sDisplayType) {
69 $sQ .=
" and {$sTable}.oxactivefrom < '{$sNow}' and {$sTable}.oxactiveto > '{$sNow}' ";
72 $sQ .=
" and {$sTable}.oxactivefrom > '{$sNow}' ";
75 $sQ .=
" and {$sTable}.oxactiveto < '{$sNow}' and {$sTable}.oxactiveto != '0000-00-00 00:00:00' ";