Changeset 215 for trunk/trax/vendor

Show
Ignore:
Timestamp:
05/31/06 21:38:41 (6 years ago)
Author:
john
Message:

fixed paging syntax in find_all

Location:
trunk/trax/vendor/trax
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/active_record_helper.php

    r214 r215  
    524524     *  @uses rows_per_page 
    525525     */ 
    526     function pagination_links($object_name_or_object){ 
     526    function pagination_links($object_name_or_object) { 
    527527         
    528528        if(is_object($object_name_or_object)) { 
  • trunk/trax/vendor/trax/active_record.php

    r214 r215  
    11291129        } 
    11301130 
    1131         echo "ActiveRecord::find_all() - sql: $sql\n<br>"; 
     1131        # echo "ActiveRecord::find_all() - sql: $sql\n<br>"; 
    11321132        # echo "query: $sql\n"; 
    11331133        if($this->is_error($rs = $this->query($sql))) {