16 "lm" => array(
"lm",
"dbk"),
17 "wiki" => array(
"wpg"),
18 "scorm" => array(
"sahs"),
19 "glo" => array(
"gdf"),
20 "test" => array(
"qpl"),
21 "rep" => array(
"root",
"cat",
"grp",
"crs",
"fold")
39 $ilDB->manipulate(
"DELETE FROM page_editor_settings WHERE ".
40 "settings_grp = ".$ilDB->quote($a_grp,
"text").
41 " AND name = ".$ilDB->quote($a_name,
"text")
44 $ilDB->manipulate(
"INSERT INTO page_editor_settings ".
45 "(settings_grp, name, value) VALUES (".
46 $ilDB->quote($a_grp,
"text").
",".
47 $ilDB->quote($a_name,
"text").
",".
48 $ilDB->quote($a_value,
"text").
59 $set = $ilDB->query(
"SELECT value FROM page_editor_settings ".
60 " WHERE settings_grp = ".$ilDB->quote($a_grp,
"text").
61 " AND name = ".$ilDB->quote($a_name,
"text")
63 if ($rec = $ilDB->fetchAssoc($set))
76 foreach(self::$option_groups as $g => $types)
78 if (in_array($a_par_type, $types))