mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Deleted missing Dumper
This commit is contained in:
parent
7a3da419bd
commit
d3fded0fa8
@ -789,7 +789,6 @@ sub pandora_checkdb_integrity {
|
|||||||
$where_condition = '';
|
$where_condition = '';
|
||||||
my @modules = get_db_rows($dbh, 'SELECT id_agente_modulo FROM tagente_modulo');
|
my @modules = get_db_rows($dbh, 'SELECT id_agente_modulo FROM tagente_modulo');
|
||||||
foreach my $id_agente_modulo (@modules) {
|
foreach my $id_agente_modulo (@modules) {
|
||||||
print Dumper($id_agente_modulo);
|
|
||||||
$where_condition .= 'options NOT LIKE ("%\\"moduleId\\":\\"'.$id_agente_modulo->{'id_agente_modulo'}.'\\"%")';
|
$where_condition .= 'options NOT LIKE ("%\\"moduleId\\":\\"'.$id_agente_modulo->{'id_agente_modulo'}.'\\"%")';
|
||||||
if($id_agente_modulo == $modules[-1]) {
|
if($id_agente_modulo == $modules[-1]) {
|
||||||
last;
|
last;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user