[ postfixadmin-Bugs-2975822 ] table prefix appended twice
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2010-03-24 12:30:55
|
Bugs item #2975822, was opened at 2010-03-24 11:23 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2975822&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: SVN (please specify revision!) >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Ezameku () Assigned to: Nobody/Anonymous (nobody) Summary: table prefix appended twice Initial Comment: On a fresh install of Postfixadmin (no rows in SQL), creating an admin failed because table prefix is appended twice. setup.php line 352 : // here, a var_dump() shows that $table_domain == "prefix_domain" db_insert($table_domain, array('domain' => 'ALL')); functions.inc.php line 1680 function db_insert ($table, $values, $timestamp = array()) { ... } //in this function, prefix is appended a second time line 1682. HOW TO FIX -------------------- See diff attached ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2010-03-24 12:30 Message: Closed in revision 813; thank you for reporting it. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2010-03-24 12:30 Message: Thanks for the bug report; we believe this has been fixed in subversion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2975822&group_id=191583 |