Achievo/ATK - Bugzilla – Bug 583
Add dropNode() method
Last modified: 2006-03-14 15:07:42
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=168) [details] add dropNode()
Hi Yuri, implementend this function, but not the one you uploaded :) Check CVS to see what I made of it.
Hi, Sandy! Yes, your code more common... Good team work :))
class.setup.inc, $setup->dropSequence() method, near line 907: Code: $db->query("DELETE FROM ".$db->m_seq_table."WHERE ".$this->m_seq_namefield." = '$sequence'"); must be $db->query("DELETE FROM ".$db->m_seq_table." WHERE ".$db->m_seq_namefield." = '$sequence'");
Just fixed it :)
$this->m_seq_namefield => $db->m_seq_namefield also fix?
It is now :)