DataObjects/core.sql
[Pman.Core] / Pman.Tab.PersonList.js
index 7c9c5b5..264b141 100644 (file)
@@ -3,6 +3,8 @@
 /**
  * 
  * generic person list - used by perms. and staff lists.
+ *
+ * -- this is probably depreciated now..
  * 
  */
 
@@ -567,7 +569,7 @@ Pman.Tab.PersonList.prototype = {
          //   id : (this.id + '-name').toLowerCase(),
             header : "Name",
             dataIndex : 'name',
-            sortable : true,
+            sortable : true
           //  width : 150  
         }, cfg);
     },