Changeset 1356

Show
Ignore:
Timestamp:
02/07/08 22:54:40 (8 months ago)
Author:
mpaschal
Message:

Fail here by not listing all authors in these author selection listings, rather than clobbering databases trying to load most of an mt_authors table
BugzID: 67669

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-29/lib/MT/App/CMS.pm

    r1349 r1356  
    1243112431                } 
    1243212432            ), 
     12433            limit => 51, 
    1243312434        } 
    1243412435    ); 
     
    1261012611                'join' => MT::Permission->join_on( 
    1261112612                    'author_id', { blog_id => $blog_id } 
    12612                 ) 
     12613                ), 
     12614                limit => 51, 
    1261312615            } 
    1261412616        );