Pman.Dialog.CorePersonContact.bjs
[Pman.Core] / Pman.Tab.PersonList.js
index c7b4e4a..62d05fa 100644 (file)
@@ -211,7 +211,7 @@ Pman.Tab.PersonList.prototype = {
                             // only used to change active status.
                             
                             new Pman.Request({
-                                url : baseURL + '/Roo/Person.php',
+                                url : baseURL + '/Roo/core_person',
                                 method :'POST',
                                 params : {
                                     id : record.data.id,
@@ -288,8 +288,6 @@ Pman.Tab.PersonList.prototype = {
                 controller : this 
             })
         );
-Roo.log('title !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11');
-        Roo.log(this.title);
         this.grid.render();
         
         if (this.hiddenColumns) {