Update client_settings.php

This commit is contained in:
jakani24
2024-02-11 19:57:28 +01:00
parent 548a8df5da
commit 584e4d4744

View File

@@ -482,7 +482,7 @@ function load_settings(){
</tr> </tr>
<?php <?php
//load all the entrys from a db table //load all the entrys from a db table
$sql = "SELECT task,id FROM user_tasks ORDER BY id"; $sql = "SELECT task,id FROM system_tasks ORDER BY id";
$stmt = $conn->prepare($sql); $stmt = $conn->prepare($sql);
// Execute the statement // Execute the statement
$stmt->execute(); $stmt->execute();