adding an identifying version file. Not handled by upgrade core API.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php // $Id$
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Code fragment to define the search version etc.
|
||||
// This fragment is called by /admin/index.php
|
||||
//
|
||||
// Consider it IS NOT handled by Moodle core upgrade code.
|
||||
// Just for identification
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$search->version = 2009031000;
|
||||
$search->requires = 2007101509; // Requires this Moodle version
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user