Revision 97de2c31
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1915 | 1915 |
dbh => $dbh, |
1916 | 1916 |
); |
1917 | 1917 |
|
1918 |
$main::lxdebug->dump(0, "cvar", $custom_variables); |
|
1919 | 1918 |
map { $item->{"ic_cvar_" . $_->{name} } = $_->{value} } @{ $custom_variables }; |
1920 | 1919 |
} |
1921 | 1920 |
|
Auch abrufbar als: Unified diff
Noch mehr Debugcode entfernt.