Created
March 21, 2011 12:50
-
-
Save ggslyman/879399 to your computer and use it in GitHub Desktop.
カテゴリ絞り込み解除
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 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 { | |
^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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment