2011-08-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/groups/group_list.php: Added db_clean_cache() in order to refresh query results in this view. Fixes: #3388480 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4689 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9de866ef60
commit
9c3006c0c6
|
@ -1,3 +1,10 @@
|
|||
2011-08-09 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/groups/group_list.php: Added db_clean_cache() in order
|
||||
to refresh query results in this view.
|
||||
|
||||
Fixes: #3388480
|
||||
|
||||
2011-08-09 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandoradb.sql, extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added
|
||||
|
|
|
@ -204,7 +204,7 @@ if ($delete_group) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
db_clean_cache();
|
||||
$groups = users_get_groups_tree ($config['id_user'], "AR", true);
|
||||
$table->width = '98%';
|
||||
|
||||
|
|
Loading…
Reference in New Issue