Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:08:23 +0000 (19:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:08:23 +0000 (19:08 +0800)
Pman/Roo.php

index 9cb720f..c1e2580 100644 (file)
@@ -746,7 +746,7 @@ class Pman_Roo extends Pman
         // we do select as after everything else as we need to plop distinct at the beginning??
         /// well I assume..
         foreach($selectAs as $ar) {
-            $do->selectAs($ar[0], $ar[1])
+            $do->selectAs($ar[0], $ar[1]);
         }