Images.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 Jun 2016 05:07:53 +0000 (13:07 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Jun 2016 05:07:53 +0000 (13:07 +0800)
Images.php

index 047dc96..13ba397 100644 (file)
@@ -107,7 +107,7 @@ class Pman_Core_Images extends Pman
             if (empty($_REQUEST['anytype'])) {
                 $img->whereAdd("mimetype like 'image/%'");
             }
-            $img->orderBy('title ASC')l
+            $img->orderBy('title ASC'); /// spurious ordering... (curretnly used by shipping project)
             if (isset($onbits[2])) {
                 $img->imgtype = $onbits[2];
             }