diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-06-05 09:15:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-06-05 09:15:02 +0000 |
commit | c4d170c96170ec01606ae00ef28c308556acef8d (patch) | |
tree | 3c76b153da15e101a2dd8a93b1ad3e60fa67cfe2 /modules/system/system.module | |
parent | 20b0af0b53b56ef43e3c3dccfd106b853468a441 (diff) | |
download | brdo-c4d170c96170ec01606ae00ef28c308556acef8d.tar.gz brdo-c4d170c96170ec01606ae00ef28c308556acef8d.tar.bz2 |
- Patch #147656 by pwolanin and chx: menu module update for Drupal 6.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 36946e902..d2ad76018 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -462,7 +462,7 @@ function system_admin_theme_submit($form, &$form_state) { } } -/* +/** * Returns a fieldset containing the theme select form. * * @param $description |