mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Comment
This commit is contained in:
@@ -1618,6 +1618,8 @@ function display_folder_options($parent_folder_id, $client_id, $folder_location
|
||||
global $mysqli;
|
||||
|
||||
$folder_location = intval($folder_location);
|
||||
// 0 = Document Folders
|
||||
// 1 = File Folders
|
||||
|
||||
$sql_folders = mysqli_query($mysqli, "SELECT * FROM folders WHERE parent_folder = $parent_folder_id AND folder_location = $folder_location AND folder_client_id = $client_id ORDER BY folder_name ASC");
|
||||
while ($row = mysqli_fetch_array($sql_folders)) {
|
||||
|
||||
Reference in New Issue
Block a user