Update client_settings.php
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user