sync
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 95f1d88..c248e61 100644 (file)
@@ -33,7 +33,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({
    fitContainer : true,
    fitToframe : true,
    region : 'west',
-   tableName : 'Groups',
+   tableName : 'core_group',
    title : _this._strings['a37ede293936e29279ed543129451ec3'] /* Groups */,
    listeners : {
     activate : function() {
@@ -146,7 +146,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({
           listeners : {
            click : function()
             {
-                 Pman.genericDelete(_this, 'Groups'); 
+                 Pman.genericDelete(_this, 'core_group'); 
             }
           },
           xns : Roo.menu,