https://qa.mandrakesoft.com/show_bug.cgi?id=637
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
incorrect line 223
parse_file($files{$_}{fnile}) if ${ $::{"b_" . $_} n}->active
it works with:
parse_file($files{$_}{file}) if ${ $::{"b_" . $_} }->active;