2010-11-04 Miguel de Dios <miguel.dedios@artica.es>

* godmode/db/db_purge.php: fixed old value "1" for "All" groups.
	
	Fixes: #3102844



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3529 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-11-04 18:28:55 +00:00
parent 073a66329c
commit 352a517351
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-11-04 Miguel de Dios <miguel.dedios@artica.es>
* godmode/db/db_purge.php: fixed old value "1" for "All" groups.
Fixes: #3102844
2010-11-04 Miguel de Dios <miguel.dedios@artica.es>
* extensions/users_connected.php: fixed call to operation function.

View File

@ -155,7 +155,7 @@ if (isset($_POST["purgedb"])) {
}
# Select Agent for further operations.
$agents = get_group_agents (1, true);
$agents = get_group_agents (0, true);
$agents[-1] = __('Choose agent');
$agents[0] = __('All agents');