Created
March 21, 2011 12:50
-
-
Save ggslyman/879399 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ diff --git a/application/controllers/reports.php b/application/controllers/reports.php index 3a9c93f..f06ed59 100644 --- a/application/controllers/reports.php +++ b/application/controllers/reports.php @@ -135,7 +135,8 @@ class Reports_Controller extends Main_Controller { ^M ^M ^M - $query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_tru sted = 0';^M + //$query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_t rusted = 0';^M + $query = 'SELECT id,category_title,category_color FROM category';^M ^M $query = $db->query($query);^M $category_master = array();^M