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

index 001f951..9939266 100644 (file)
@@ -858,6 +858,9 @@ class Pman_Roo extends Pman
                         $q_filtered[$key] = $val;
                     }
                     
+                    // subjoined columns = check the values.
+                    // note this is not typesafe for anything other than mysql..
+                    
                     if (isset($this->colsJname[$key])) {
                         $quote = false;
                         if (!is_numeric($val) || !is_long($val)) {