Changeset 719 for trunk/app/models

Show
Ignore:
Timestamp:
08/11/08 16:29:08 (4 months ago)
Author:
aarkerio
Message:

Quick bugs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/models/forum.php

    r535 r719  
    1313                                           'foreignkey' => 'forum_id', 
    1414                                           'conditions' =>  null, 
    15                                            'order'      => 'id ASC', 
     15                                           'order'      => 'id DESC', 
    1616                                           'fields'     => null 
    1717                                           ) 
     
    3030      'id' => VALID_NOT_EMPTY, 
    3131      'title' => VALID_NOT_EMPTY, 
    32       'user_id' => VALID_NOT_EMPTY, 
     32      'description' => VALID_NOT_EMPTY, 
    3333      'catforum_id' => VALID_NOT_EMPTY 
    3434      );