1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Created user/e_search addon and upgraded to v2 specs

This commit is contained in:
Tijn Kuyper
2019-10-24 11:56:26 +02:00
parent 60abccc1e2
commit 74a6cba8cd
3 changed files with 83 additions and 2 deletions

View File

@@ -12,8 +12,10 @@
if (!defined('e107_INIT')) { exit; }
// MOVED TO user/e_search.php
/*
//TODO Move to e107_plugins/user/e_search.php and upgrade to v2.x spec.
// advanced
$advanced_where = "";
if (isset($_GET['time']) && is_numeric($_GET['time'])) {