]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10911, setting moodle/tag:create to allow as default for the authenticated user...
authortoyomoyo <toyomoyo>
Wed, 22 Aug 2007 03:27:57 +0000 (03:27 +0000)
committertoyomoyo <toyomoyo>
Wed, 22 Aug 2007 03:27:57 +0000 (03:27 +0000)
lib/db/access.php
version.php

index 37e26358dc202d2f29524a2d306ea8b2eb523ffa..21511dbaf1fb04f06ed4c603bd0c5f0b39dbf473 100644 (file)
@@ -1123,7 +1123,8 @@ $moodle_capabilities = array(
             'student' => CAP_ALLOW,
             'teacher' => CAP_ALLOW,
             'editingteacher' => CAP_ALLOW,
-            'admin' => CAP_ALLOW
+            'admin' => CAP_ALLOW,
+            'user' => CAP_ALLOW
         )
     ),
     
index 205ee292bbc94c4c13998df69de138c97b7b818e..25ee37dbd2c91697ea2eb73543803a22fd9f923f 100644 (file)
@@ -6,7 +6,7 @@
 // This is compared against the values stored in the database to determine
 // whether upgrades should be performed (see lib/db/*.php)
 
-    $version = 2007082000;  // YYYYMMDD = date
+    $version = 2007082200;  // YYYYMMDD = date
                             //       XY = increments within a single day
 
     $release = '1.9 Beta +';   // Human-friendly version name