[mythtv-commits] mythweb branch fixes/0.28 updated by stuarta. v0.28-9-gf80f8db

Git Repo Owner noreply at mythtv.org
Wed Jul 20 09:37:38 UTC 2016


The branch, fixes/0.28 has been updated on the
mythweb repository by gitolite user stuarta.
       via  f80f8db0c03eb83d1313f3ff2ac2a6e19af65d2d (commit)
      from  a1f2cdf03978427eaa9e35fa18162a0ba6be829d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f80f8db0c03eb83d1313f3ff2ac2a6e19af65d2d
Author:    Ian Campbell <ijc at hellion.org.uk> at Wed, 20 Jul 2016 10:35:39 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Wed, 20 Jul 2016 10:37:27 +0100
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=f80f8db0c03eb83d1313f3ff2ac2a6e19af65d2d

Refs #12752 - [mythweb] Avoid double quoting sql
$db->escape already wraps the result in 's so there is no need to do it in the
caller.

This is a little complicated in searchMusic since the %'s need to be inside the
quoting but we do not want them to be escaped themselves. Concat them with the
search term using a SQL CONCAT().

Signed-off-by: Stuart Auchterlonie <stuarta at mythtv.org>
(cherry picked from commit d2469d2e3978a1288f79157990cf015d421d95d4)



-----------------------------------------------------------------------

Summary of changes:
 modules/music/mp3act_functions.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-commits mailing list