Topic: profile.php

In file profile.php, I see:

    // Validate input depending on section
    switch ($section) { 
        case 'essentials':
        {
            $form = extract_elements(array('timezone', 'language', 'style'));
...

But in the form of section "essentials" there is no INPUT for style. So why need extract "style" here ?

[no signature]

Re: profile.php

You must have hawkeyes smile I'll fix it.

"Programming is like sex: one mistake and you have to support it for the rest of your life."