add queue
This commit is contained in:
4
vendor/akdelf/akdmin/lib/akdmin.php
vendored
4
vendor/akdelf/akdmin/lib/akdmin.php
vendored
@@ -2335,6 +2335,10 @@ $order = (isset($_GET['order'])) ? strip_tags(trim($_GET['order'])) : '';
|
|||||||
history_db( $nametable, $history_items ); //сохраняем во вторую базу
|
history_db( $nametable, $history_items ); //сохраняем во вторую базу
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// add to queue
|
||||||
|
$queue_sql = "INSERT INTO `queue_akdmin` (`action`, `value`, `status`, `created_at`) VALUES ('$nametable', '$increm', 'pending', '$currdate');";
|
||||||
|
mysqli_query($this->link, $queue_sql);
|
||||||
|
|
||||||
if (isset($fcache))
|
if (isset($fcache))
|
||||||
delete_cache($fcache, $increm);
|
delete_cache($fcache, $increm);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user