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
71fc75f2a8
commit
21ac505667
|
@ -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>
|
2011-08-09 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql, extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added
|
* 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);
|
$groups = users_get_groups_tree ($config['id_user'], "AR", true);
|
||||||
$table->width = '98%';
|
$table->width = '98%';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue