lvhao vor 3 Tagen
Ursprung
Commit
1c79339cc5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2418,7 +2418,7 @@ class Whlabel_bh extends Start_Controller {
 			$where = " rk like '%|".$tid."|%' ";
 			if($timetk && $timetj)
             {
-                $where .= " and time".$tid." > '$timetk' and time".$tid." < '$timetj'";
+                $where .= " and ctime".$tid." > '$timetk' and ctime".$tid." < '$timetj'";
             }
 			
 			if($pm){