mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 14:05:38 +00:00
Correct L207 ['client_archive_at'] to ['client_archiveD_at']
This commit is contained in:
@@ -204,7 +204,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$client_notes = $row['client_notes'];
|
$client_notes = $row['client_notes'];
|
||||||
$client_created_at = $row['client_created_at'];
|
$client_created_at = $row['client_created_at'];
|
||||||
$client_updated_at = $row['client_updated_at'];
|
$client_updated_at = $row['client_updated_at'];
|
||||||
$client_archive_at = $row['client_archive_at'];
|
$client_archive_at = $row['client_archived_at'];
|
||||||
|
|
||||||
//Client Tags
|
//Client Tags
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user