Revision a8b9381e
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1021 | 1021 |
sub_module => $bsooqr ? [ uniq grep { $oe_flag_to_cvar{$form->{$_}} } @oe_flags ] : undef, |
1022 | 1022 |
); |
1023 | 1023 |
|
1024 |
$::lxdebug->dump(0, "\@cvar_val", \@cvar_values); |
|
1025 |
|
|
1026 | 1024 |
if ($cvar_where) { |
1027 | 1025 |
$where_clause .= qq| AND ($cvar_where)|; |
1028 | 1026 |
push @bind_vars, @cvar_values; |
Auch abrufbar als: Unified diff
debug code