1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Renamed date handler to e_date. BC support added.

This commit is contained in:
Cameron
2018-05-11 14:58:04 -07:00
parent 0fd399528a
commit bf9cf05b0e
6 changed files with 15 additions and 1299 deletions

View File

@@ -1084,7 +1084,7 @@ if (check_class($search_prefs['google'])) {
if ($perform_search)
{
$con = new convert;
$con = e107::getDate();
$sch = new e_search;