mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #07005
[Bug 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work
** Tags added: dmllib
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/837437
Title:
In lib/dml.php execute_sql_arr, $continue parameter can't ever work
Status in Mahara ePortfolio:
Triaged
Bug description:
execute_sql_arr() calls execute_sql() to perform the actual sql query.
It should continue if execute_sql() returns a boolean false. However,
this can never actually happen as a execute_sql() throws an exception
if the sql query fails. As far as I can tell the $continue parameter
effectively does nothing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/837437/+subscriptions
References