mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento gestione identificatori
This commit is contained in:
@ -11,13 +11,7 @@ $order = filter('order')[0];
|
||||
$order['column'] = $order['column'] - 1;
|
||||
array_shift($columns);
|
||||
|
||||
// Lettura parametri iniziali
|
||||
if (!empty($id_plugin)) {
|
||||
$element = Plugins::get($id_plugin);
|
||||
} else {
|
||||
$element = Modules::get($id_module);
|
||||
}
|
||||
$total = App::readQuery($element);
|
||||
$total = App::readQuery($structure);
|
||||
|
||||
// Lettura parametri modulo
|
||||
$result_query = $total['query'];
|
||||
|
Reference in New Issue
Block a user