removed Knowledge Base module, fixed questions page name
diff --git a/erpnext/patches/jan_mar_2012/sync_ref_db.py b/erpnext/patches/jan_mar_2012/sync_ref_db.py
index efdacf2..17bd82f 100644
--- a/erpnext/patches/jan_mar_2012/sync_ref_db.py
+++ b/erpnext/patches/jan_mar_2012/sync_ref_db.py
@@ -21,7 +21,8 @@
 			'Personalize', 'Salary Slip Control Panel',
 			],
 		'Page'		:	['File Browser', 'Bill of Materials'],
-		'DocType Mapper': ['Production Forecast-Production Planning Tool', 'Production Forecast-Production Plan', 'Sales Order-Production Plan']
+		'DocType Mapper': ['Production Forecast-Production Planning Tool', 'Production Forecast-Production Plan', 'Sales Order-Production Plan'],
+		'Module Def': ['Knowledge Base']
 	}
 
 	for d in del_rec:
diff --git a/erpnext/utilities/page/questions/questions.txt b/erpnext/utilities/page/questions/questions.txt
index 8231625..7b0f3cd 100644
--- a/erpnext/utilities/page/questions/questions.txt
+++ b/erpnext/utilities/page/questions/questions.txt
@@ -22,6 +22,6 @@
 	# Page, questions
 	{
 		'doctype': 'Page',
-		'name': 'Questions'
+		'name': 'questions'
 	}
 ]