Skip to content

Commit

Permalink
fix Setting value field size
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Feb 18, 2009
1 parent a79c3db commit f997f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Version 0.1, 1-Sep-2008
Version 0.2, 22-Oct-2008
sms, app store

Version 0.3, 15-Feb-2009
admin, themes
Version 0.3, 25-Feb-2009
admin, themes, intranet, tweetpass


REQUIREMENTS
Expand Down
2 changes: 1 addition & 1 deletion app/omb/models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Setting() {
$this->time_field( 'modified' );

$this->char_field( 'name' );
$this->char_field( 'value' );
$this->text_field( 'value' );

$this->int_field( 'entry_id' );
$this->int_field( 'person_id' );
Expand Down

0 comments on commit f997f2b

Please sign in to comment.