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
eefc81cf
Commit
eefc81cf
authored
Nov 25, 2011
by
Francois Marier
Committed by
Gerrit Code Review
Nov 25, 2011
Browse files
Merge "Remove incorrect parameter to execute_sql"
parents
0c7eb91b
58ddf16f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/dml.php
View file @
eefc81cf
...
...
@@ -1392,7 +1392,7 @@ function execute_sql_arr($sqlarr, $continue=true, $feedback=true) {
$status
=
true
;
foreach
(
$sqlarr
as
$sql
)
{
if
(
!
execute_sql
(
$sql
,
$feedback
))
{
if
(
!
execute_sql
(
$sql
))
{
$status
=
false
;
if
(
!
$continue
)
{
break
;
...
...
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