git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14586
7612ce4b-ef26-0410-bec9-
ea0150e637f0
else
return $this->set_error(sprintf(_("Database error: %s"), _("Could not prepare query")));
}
- array_unshift($where_clause_args[], $this->owner);
- if (!($res = $sth->execute(array_array($where_clause_args)))) {
+ array_unshift($where_clause_args, $this->owner);
+ if (!($res = $sth->execute($where_clause_args))) {
if ($pdo_show_sql_errors)
return $this->set_error(sprintf(_("Database error: %s"), implode(' - ', $sth->errorInfo())));
else