mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
db sessions are now using the newer session handler adodb-session2.php
This commit is contained in:
parent
2af2711f79
commit
647a256616
7 changed files with 83 additions and 29 deletions
|
@ -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 = 2006082800; // YYYYMMDD = date
|
||||
$version = 2006082900; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.7 dev'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue