Skip to content

Commit

Permalink
Fix to bug #100 by mintao - Added DATE type to all() of RecessType
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jun 9, 2009
1 parent c5a10e5 commit a317a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recess/recess/database/pdo/RecessType.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ static function all() {
self::FLOAT,
self::TIME,
self::TIMESTAMP,
self::DATETIME,
self::DATETIME,
self::DATE,
self::BLOB);
}
return self::$all;
Expand Down

0 comments on commit a317a3a

Please sign in to comment.