mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 13:39:27 +00:00
- sql angepasst
This commit is contained in:
@@ -746,8 +746,8 @@ class ReihungstestJob extends JOB_Controller
|
||||
(
|
||||
SELECT studienplan_id FROM tbl_rt_studienplan WHERE reihungstest_id = tbl_reihungstest.reihungstest_id
|
||||
)
|
||||
AND tbl_reihungstest.datum >= now()
|
||||
)";
|
||||
)
|
||||
AND tbl_reihungstest.datum >= now()";
|
||||
|
||||
$db = new DB_Model();
|
||||
$result_rt = $db->execReadOnlyQuery($qry);
|
||||
|
||||
Reference in New Issue
Block a user