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
d42bbbfc
Commit
d42bbbfc
authored
Nov 06, 2014
by
Aaron Wells
Browse files
Drop debugging from versioncheck.php
Change-Id: I7307d2be0d5d8c49e385a5f8cd907d1405bade97
parent
a12d13ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/versioncheck.php
View file @
d42bbbfc
...
...
@@ -79,8 +79,6 @@ while (!feof($p)) {
}
pclose
(
$p
);
var_dump
(
$updates
);
// Find any version.php or upgrade.php files that have changed
foreach
(
array_keys
(
$updates
)
as
$dir
)
{
validate_version
(
"
$dir
/version.php"
,
"
$dir
/db/upgrade.php"
);
...
...
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