Add link to other action

This commit is contained in:
Dany De Bontridder 2012-05-30 20:02:20 +00:00
parent 3c29c7ecc3
commit c2684bd0f1
5 changed files with 273 additions and 200 deletions

View file

@ -481,6 +481,9 @@ EOF;
case 'search_op':
require_once 'search.inc.php';
break;
case 'search_action':
require_once 'ajax_search_action.php';
break;
case 'display_profile':
require_once("ajax_get_profile.php");
break;