Show
Ignore:
Timestamp:
02/15/2008 08:11:32 AM (9 months ago)
Author:
Shadowhand
Message:

Fixing some typos.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/ORM.php

    r2026 r2053  
    674674                        } 
    675675 
    676                         // Load the first result, if there is only one result 
    677676                        if ($result->count() === 1) 
    678677                        { 
     678                                // Load the first result, if there is only one result 
    679679                                $this->object = $result->current(); 
    680680                        } 
    681681                        else 
    682682                        { 
     683                                // Clear the object, nothing was loaded 
    683684                                $this->clear(); 
    684685                        }