Show
Ignore:
Timestamp:
09/05/2007 12:54:00 AM (15 months ago)
Author:
Shadowhand
Message:

Some stuff is changed. Possibly broken as well:

  • Config::item() has a third param, $required
  • Validation porting started, added a sample to /welcome/validation_example
  • Some comment headers updated
  • Documentation added to config/database.php
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_guide/controllers/user_guide.php

    r495 r500  
    6060                catch (Kohana_Exception $exception) 
    6161                { 
    62                         trigger_error('The Kohana User Guide has not been translated into the requested language.', E_USER_ERROR); 
     62                        trigger_error('This Kohana User Guide page has not been translated into the requested language.', E_USER_ERROR); 
    6363                } 
    6464        }