* unregister bug, m_Window.save call twice.

This commit is contained in:
Heng Sin Low 2007-02-22 12:19:01 +00:00
parent b606979670
commit d98492adc9
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ public class PackInHandler extends DefaultHandler {
//m_Window.setWinHeight(Integer.parseInt(atts.getValue("WinHeight")));
//m_Window.setWinWidth (Integer.parseInt(atts.getValue("WinWidth")));
m_Window.setWindowType (atts.getValue("WindowType"));
m_Window.save(m_trxName);
if (m_Window.save(m_trxName) == true){
record_log (1, m_Window.getName(),"Window", m_Window.get_ID(),AD_Backup_ID, Object_Status,"AD_Window",get_IDWithColumn("AD_Table", "TableName", "AD_Window"));
}