Cancel Create saved search Sign in Sign up {{ message }} juacas / moodle Public forked from moodle/moodle Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests Actions Projects Security ...
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 <?...
screenshot 169 consulting terrorism 181 ct mods 122 se ref activities taxonomy 134 movie javascript bar M_images CPAN 178 Services 173 ubuntu6 167 phones Publications external 200 icon_email 138 student im japan HTML cache 165 who pgp notes 139 135 140 holiday meetings 199 generic 194 ...
Moodle - the world's open source learning platform - moodle/blog/edit.php at 7d00c7bc1a6bee7fbf51598882d8bc10a5ea22c9 · alendit/moodle
has_capability('moodle/blog:create', $sitecontext)) { print_error('nopost', 'blog'); // manageentries is not enough for adding } $existing = false; $userid = $USER->id; $returnurl = 'index.php?userid='.$USER->id; } if (!empty($courseid)) { $returnurl .= '&course...
has_capability('moodle/blog:manageentries', $sitecontext)) { print_error('cannoteditpostorblog'); } // Make sure that the person trying to edit have access right if ($id) { if (!$existing = $DB->get_record('post', array('id'=>$id))) { print_error('wrongpostid', 'blog');...