Skip to content

Commit

Permalink
Fixed build date in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Kearney committed Dec 12, 2008
1 parent 9fba446 commit 01daa1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -4,7 +4,7 @@ Field: Unique Text Input

Version: 1.3
Author: Symphony Team (team@symphony21.com)
Build Date: 17th October 2008
Build Date: 12th December 2008
Requirements: Symphony Beta revision 5 or greater.


Expand Down
2 changes: 1 addition & 1 deletion extension.driver.php
Expand Up @@ -19,7 +19,7 @@ public function uninstall(){

public function install(){

return $this->_Parent->Database->query("CREATE TABLE `tbl_fields_uniqueinput` (
return (bool)$this->_Parent->Database->query("CREATE TABLE `tbl_fields_uniqueinput` (
`id` int(11) unsigned NOT NULL auto_increment,
`field_id` int(11) unsigned NOT NULL,
`validator` varchar(100) default NULL,
Expand Down

0 comments on commit 01daa1e

Please sign in to comment.