Skip to content
GitLab
Menu
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
df9e5bc3
Commit
df9e5bc3
authored
Oct 30, 2007
by
Penny Leach
Browse files
fixing a mistaken $oldversion comparison in views rework migration - extra digit
parent
95456ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
df9e5bc3
...
...
@@ -203,7 +203,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
// VIEW REWORK MIGRATION
if
(
$oldversion
<
2007
0
100200
)
{
if
(
$oldversion
<
2007100200
)
{
$table
=
new
XMLDBTable
(
'view_layout'
);
$table
->
addFieldInfo
(
'id'
,
XMLDB_TYPE_INTEGER
,
10
,
XMLDB_UNSIGNED
,
XMLDB_NOTNULL
,
XMLDB_SEQUENCE
,
null
,
null
,
null
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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