Skip to content

Commit

Permalink
Update calendar_events_search.inc.php
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
xor2016 committed Nov 22, 2020
1 parent ff8d92c commit c1db7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_calendar/calendar_events_search.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//searching 'TITLE' (varchar)
global $title;
if ($title!='') {
$qry.=" AND TITLE LIKE '%".DBSafe($title)."%'";
$qry.=" AND calendar_events.TITLE LIKE '%".DBSafe($title)."%'";
$out['TITLE']=$title;
}
//debmes('we are here!');
Expand Down

0 comments on commit c1db7e4

Please sign in to comment.