From 88f53253cbce5420f0cf32a1621a9f5d7795ca4e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 Aug 2010 00:50:37 +0000 Subject: [PATCH] Comments --- htdocs/ajaxbox.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/ajaxbox.php b/htdocs/ajaxbox.php index 352446ebf3d..10cdca623c7 100644 --- a/htdocs/ajaxbox.php +++ b/htdocs/ajaxbox.php @@ -33,6 +33,11 @@ if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); require('./main.inc.php'); require_once(DOL_DOCUMENT_ROOT."/boxes.php"); + +/* + * View + */ + // Registering the location of boxes if((isset($_GET['boxorder']) && !empty($_GET['boxorder'])) && (isset($_GET['userid']) && !empty($_GET['userid']))) {