Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blocks/feedback/db/install.php
Go to the documentation of this file.
00001 <?php
00002 
00003 function xmldb_block_feedback_install() {
00004     global $DB;
00005 
00007     $DB->set_field('block', 'visible', 0, array('name'=>'feedback'));
00008 
00009 }
00010 
 All Data Structures Namespaces Files Functions Variables Enumerations