2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
* extensions/resource_registration.php: fixed the require once enterprise file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
54704e6f8c
commit
a8f8a1ca6c
|
@ -1,3 +1,8 @@
|
|||
2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/resource_registration.php: fixed the require once enterprise
|
||||
file.
|
||||
|
||||
2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions.php: fixed the function "safe_url_extraclean" to pass
|
||||
|
|
|
@ -27,7 +27,7 @@ In the xml is the tag "module_source"
|
|||
*/
|
||||
|
||||
require_once ($config['homedir'].'/include/functions_agents.php');
|
||||
enterprise_include ('include/functions_local_components.php');
|
||||
enterprise_include_once('include/functions_local_components.php');
|
||||
|
||||
function insert_item_report($report_id, $values) {
|
||||
foreach ($report_id as $id => $name) {
|
||||
|
|
Loading…
Reference in New Issue