Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index e2ddb94..44333a7 100644 (file)
@@ -59,7 +59,7 @@ class Pman_Roo extends Pman
      * 
      * csvCols[0] csvCols[1]....    = .... column titles for CSV output
      * 
-     * csvTitle[0], csvTitle[1] ....  = columns to use for CSV output
+     * csvTitles[0], csvTitles[1] ....  = columns to use for CSV output
      *
      * sort        = sort column (',' comma delimited)
      * dir         = sort direction ?? in future comma delimited...
@@ -73,7 +73,8 @@ class Pman_Roo extends Pman
     function get($tab)
     {
          //  $this->jerr("Not authenticated", array('authFailure' => true));
-       //echo '<PRE>';print_R($_GET);  DB_DataObject::debuglevel(1);
+       //echo '<PRE>';print_R($_GET);
+       DB_DataObject::debuglevel(1);
         
         $this->init(); // from pnan.
         
@@ -626,7 +627,7 @@ class Pman_Roo extends Pman
                         $desc = $ka[0] . ' : ' . $o[0]->toEventString();
                     }
                     
-                    $this->jerr('Delete Dependant records first ('. $desc.')');
+                    $this->jerr("Delete Dependant records ($matches found),  first is ( $desc )");
                 }
             }
             // finally log it..