lvhao vor 8 Stunden
Ursprung
Commit
76337cf54b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -1533,7 +1533,7 @@ class Systemfout extends Start_Controller {
 		        {
                     $wid  .= " id = '$v' or";
                 }
-				$wid = " and".rtrim($wid,'or');
+				$wid = " and ( ".rtrim($wid,'or') . " ) ";
 			}
 		    $t = $this->input->get('t',true);
 			$timetk = $this->input->get('timetk',true);