==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=9093

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #9 from mab974 <[email protected]> ---
I've patched smeserver-userpanel to 1.1-4, the .rpm is avalaible at
http://repos.misouk.com/Sme_Server/6/repoview/smeserver-userpanel.html and the
patch attached.

To be coherent with the existing code, i use the old method to get db value but
comment out the new one !! (http://wiki.contribs.org/Esmith::DB::db#Methods)

             $config{foo} = ’something’;
or
              my $record = $config->get(’foo’);
              $record->set_value(’something’);

to activate changes (/new-alias):
  config set UserPanelAlias new-alias
  signal-event conf-userpanel

to return to default mode (/user) :
  config delete UserPanelAlias
  signal-event conf-userpanel

michel

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to