Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
2de7a4f5
Commit
2de7a4f5
authored
Aug 22, 2007
by
Nigel McNie
Browse files
Version bump for the watchlist changes
parent
1bbf2630
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
2de7a4f5
...
...
@@ -610,7 +610,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
}
if
(
$oldversion
<
20070
72803
)
{
if
(
$oldversion
<
20070
82200
)
{
// Remove watchlist functionality apart from watching views
$table
=
new
XMLDBTable
(
'usr_watchlist_group'
);
drop_table
(
$table
);
...
...
htdocs/lib/version.php
View file @
2de7a4f5
...
...
@@ -27,7 +27,7 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
2007082
1
00
;
$config
->
version
=
2007082
2
00
;
$config
->
release
=
'0.9.0dev'
;
$config
->
minupgradefrom
=
2007080700
;
$config
->
minupgraderelease
=
'0.8.0 (release tag 0.8.0_RELEASE)'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment