Skip to content

Instantly share code, notes, and snippets.

@takano32
Forked from ggslyman/reports.php
Created March 21, 2011 12:52
Show Gist options
  • Save takano32/879404 to your computer and use it in GitHub Desktop.
Save takano32/879404 to your computer and use it in GitHub Desktop.
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 {
- $query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_trusted = 0';
+ //$query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_trusted = 0';
+ $query = 'SELECT id,category_title,category_color FROM category';
$query = $db->query($query);
$category_master = array();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment