1
0
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:
Thomas Zilio
2018-09-19 10:44:32 +02:00
parent 0480497128
commit 4bd004a421
30 changed files with 119 additions and 140 deletions

View File

@ -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'];