]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
more customizable orderable
authoravl <alex.litovchenko@gmail.com>
Wed, 25 Mar 2009 10:32:40 +0000 (12:32 +0200)
committeravl <alex.litovchenko@gmail.com>
Wed, 25 Mar 2009 10:32:40 +0000 (12:32 +0200)
ipf/orm/record.php

index 42a86fb24e5010a385cd39faf098f2b846646e46..6333a3490134f2ee0d06b1e69ac31824aedc3603 100644 (file)
@@ -1296,7 +1296,7 @@ abstract class IPF_ORM_Record extends IPF_ORM_Record_Abstract implements Countab
        return null;
     }
 
-    public function _reorder($ids, $ord_field){
+    public function _reorder($ids, $ord_field, $drop_id){
         $ord = 1;
         foreach($ids as $id){
             $item = $this->getTable()->find($id);