Skip to content

Commit

Permalink
Update readme, remove helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmichnowicz committed Jun 9, 2012
1 parent ef22cd2 commit 332e89b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Unless required by applicable law or agreed to in writing, software distributed
### Version 1.0

* Now works with PyroCMS version 2.1.1
* MySQL database updates
* Longer poll option text (now can be up to 256 characters)
* Polls can now be "enabled" or "disabled"
* Addon now requires PHP 5.3 or greater

Expand Down
1 change: 0 additions & 1 deletion controllers/admin.php
Expand Up @@ -32,7 +32,6 @@ public function __construct()
$this->load->library('form_validation');
$this->load->model('polls_m');
$this->load->model('poll_options_m');
$this->load->helper('poll_date');

// Set the validation rules for creating and modifying a poll
$this->poll_validation_rules = array(
Expand Down
43 changes: 0 additions & 43 deletions helpers/poll_date_helper.php

This file was deleted.

0 comments on commit 332e89b

Please sign in to comment.