Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 04:26:48 +0000 (12:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 04:26:48 +0000 (12:26 +0800)
Pman/Roo.php

index 9b2cf54..3e438e7 100644 (file)
@@ -863,7 +863,7 @@ class Pman_Roo extends Pman
        
         // nice generic -- let's get rid of it.. where is it used!!!!
         // used by: 
-        // Person / Group
+        // Person / Group / most of my queries noww...
         if (!empty($q['query']['name'])) {
             $x->whereAdd($x->tableName().".name LIKE '". $x->escape($q['query']['name']) . "%'");
         }