From eb071164bfa4d694429aab467cb5db0429ca6c34 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 13 Apr 2012 12:42:46 +0200 Subject: [PATCH] todo --- htdocs/application/controllers/main.php | 1 - htdocs/application/libraries/process.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/application/controllers/main.php b/htdocs/application/controllers/main.php index e9a85ee..e7e6cf8 100755 --- a/htdocs/application/controllers/main.php +++ b/htdocs/application/controllers/main.php @@ -129,7 +129,6 @@ class Main extends CI_Controller $fields['lang'] = 'Language'; $this->form_validation->set_rules($rules); - //$this->form_validation->set_fields($fields); $this->form_validation->set_message('min_length', 'The %s field can not be empty'); $this->form_validation->set_error_delimiters('
', '
'); diff --git a/htdocs/application/libraries/process.php b/htdocs/application/libraries/process.php index e7d8453..510aa8d 100755 --- a/htdocs/application/libraries/process.php +++ b/htdocs/application/libraries/process.php @@ -9,6 +9,7 @@ * */ +#TODO include_once('geshi/geshi.php'); /** @@ -46,4 +47,3 @@ Class Process { } } -?> \ No newline at end of file