-
-
Save takano32/879404 to your computer and use it in GitHub Desktop.
This file contains 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 characters
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