mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
fetch_entries function post table sql needs single not double quotes for blog column value
This commit is contained in:
parent
47cdbd1f64
commit
3e7853f0e5
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@
|
||||||
global $CFG, $USER;
|
global $CFG, $USER;
|
||||||
|
|
||||||
/// the post table will be used for other things too
|
/// the post table will be used for other things too
|
||||||
$typesql = ' AND p.module = "blog" ';
|
$typesql = " AND p.module = 'blog' ";
|
||||||
|
|
||||||
/// set the tag id for searching
|
/// set the tag id for searching
|
||||||
if ($tagid) {
|
if ($tagid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue