Mercurial > defr > drupal > core
comparison modules/system/system.admin.inc @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | fff6d4c8c043 |
comparison
equal
deleted
inserted
replaced
4:d94886ac61a0 | 5:2427550111ae |
---|---|
1 <?php | 1 <?php |
2 // $Id: system.admin.inc,v 1.63 2008/02/04 12:35:48 goba Exp $ | 2 // $Id: system.admin.inc,v 1.63.2.1 2008/03/25 11:58:16 goba Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * @file | 5 * @file |
6 * Admin page callbacks for the system module. | 6 * Admin page callbacks for the system module. |
7 */ | 7 */ |
1357 * | 1357 * |
1358 * @ingroup forms | 1358 * @ingroup forms |
1359 */ | 1359 */ |
1360 function system_clear_cache_submit(&$form_state, $form) { | 1360 function system_clear_cache_submit(&$form_state, $form) { |
1361 drupal_flush_all_caches(); | 1361 drupal_flush_all_caches(); |
1362 drupal_set_message('Caches cleared.'); | 1362 drupal_set_message(t('Caches cleared.')); |
1363 } | 1363 } |
1364 | 1364 |
1365 /** | 1365 /** |
1366 * Form builder; Configure the site file handling. | 1366 * Form builder; Configure the site file handling. |
1367 * | 1367 * |