Browse Source

[svn r10706] table constants for the survey tool

Patrick Cool 18 years ago
parent
commit
9d59c39e0e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      main/inc/lib/database.lib.php

+ 5 - 0
main/inc/lib/database.lib.php

@@ -146,6 +146,11 @@ define('TABLE_USER_COURSE_CATEGORY', 'user_course_category');
 define('TABLE_MAIN_SURVEY', 'survey');
 define('TABLE_MAIN_GROUP', 'survey_group');
 define('TABLE_MAIN_SURVEYQUESTION', 'questions');
+// SURVEY
+define('TABLE_SURVEY', 'survey');
+define('TABLE_SURVEY_GROUP', 'survey_group');
+define('TABLE_SURVEY_QUESTION', 'survey_question');
+
 /*
 ============================================================================== 
 		DATABASE CLASS