Changeset 4287

Show
Ignore:
Timestamp:
04/23/08 03:32:49 (15 months ago)
Author:
jwage
Message:

Stricter condition

Files:
1 modified

Legend:

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

    r4252 r4287  
    125125        } 
    126126         
    127         if (isset($args[1]) && isset($args[2]) && $args[2] == 'help') { 
     127        if (isset($args[1]) && isset($args[2]) && $args[2] === 'help') { 
    128128            echo $this->printTasks($args[1], true); 
    129129            return;