2010-05-10 Sergio Martin <sergio.martin@artica.es>

* godmode/db/db_refine.php: Fixed the pendingdelete
	word showed in database purge for bug: 2922769



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2686 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-05-10 15:06:25 +00:00
parent 36114f96ac
commit f11f5c9f26
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-10 Sergio Martin <sergio.martin@artica.es>
* godmode/db/db_refine.php: Fixed the pendingdelete
word showed in database purge for bug: 2922769
2010-05-10 Ramon Novoa <rnovoa@artica.es>
* include/fgraph.php: Fixed a typo in grafico_modulo_boolean.

View File

@ -73,7 +73,7 @@ echo '<br /><br />';
echo '<b>'.__('Modules').'</b><br /><br />';
$module_selected = get_parameter_post ("origen", array ());
$modules = get_agent_modules ($module_selected);
$modules = get_agent_modules ($module_selected, false, 'delete_pending != 1');
print_select ($modules, "origen_modulo[]", $module_selected, '', '', '0', false, true, false, 'w130');