Author: M0...@gm...
Date: Wed Dec 3 08:33:24 2008
New Revision: 351
Modified:
branches/iVL/FrmImportAccts.class
Log:
attempt to fix user import
Modified: branches/iVL/FrmImportAccts.class
==============================================================================
--- branches/iVL/FrmImportAccts.class (original)
+++ branches/iVL/FrmImportAccts.class Wed Dec 3 08:33:24 2008
@@ -161,7 +161,7 @@
' Increase the value of the iUID
INC FrmUserAdd.iUID
ME.LIST_IMPORTED_USER_ACCOUNT()
- ME.cbAccntList.Remove(ME.cbAccntList.Find(SaCC))
+ ME.cbAccntList.Remove(ME.cbAccntList.Find(sname))
END
|