Revision 573ae2d1
Added by Chris Buechler almost 14 years ago
etc/inc/voucher.inc | ||
---|---|---|
657 | 657 |
global $config, $g, $cpzone; |
658 | 658 |
|
659 | 659 |
if (is_array($config['voucher'])) { |
660 |
foreach ($configure['voucher'] as $voucherzone => $vcfg) {
|
|
660 |
foreach ($config['voucher'] as $voucherzone => $vcfg) { |
|
661 | 661 |
$cpzone = $voucherzone; |
662 | 662 |
voucher_save_db_to_config_zone(); |
663 | 663 |
} |
Also available in: Unified diff
fix typo. redmine #1941