Changeset 4361

Show
Ignore:
Timestamp:
05/13/08 02:35:43 (14 months ago)
Author:
jwage
Message:

fix for  http://trac.symfony-project.com/ticket/2670

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine.php

    r4332 r4361  
    205205     */ 
    206206    const LIMIT_ROWS       = 1; 
     207    const QUERY_LIMIT_ROWS = 1; 
    207208 
    208209    /** 
    209210     * constant for record limiting 
    210211     */ 
    211     const LIMIT_RECORDS    = 2; 
     212    const LIMIT_RECORDS       = 2; 
     213    const QUERY_LIMIT_RECORDS = 2; 
    212214 
    213215    /**