==================================================================
  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=6494

  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 #7 from Unnilennium <[email protected]> ---

use esmith::ConfigDB;
 is as it states for parsing configDB

for other you should use esmith::DB I think

for debugging purpose I suggest you to add some 

print " my value $values\n";


also syntaxe should be something like :

$record = $self->new_record($key, {type => $value, prop2 => $value2 })

also

for properties that might be empty I suggest something like

$domaindb->set_prop( "$extradomain" , "password" , "$passwordddhost" )
unless ! defined($passwordddhost);

-- 
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