Changeset 15952


Ignore:
Timestamp:
2007/09/24 10:21:03 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/module/MDB2.php

    r15951 r15952  
    18631863            sfprintr(!MDB2::fileExists($file_name)); 
    18641864             
    1865             sfprintr($phptype_specific === false 
    1866                 || (!MDB2::classExists($class_name) && !MDB2::fileExists($file_name)) 
    1867             ); 
     1865            sfprintr($phptype_specific === false); 
     1866            sfprintr(!MDB2::classExists($class_name) && !MDB2::fileExists($file_name)); 
    18681867             
    18691868            if ($phptype_specific === false 
Note: See TracChangeset for help on using the changeset viewer.