Minor cleanup.
[mkdru-moved-to-drupal.org.git] / mkdru.admin.inc
index 994cd36..f7a1138 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @file
+ * Module config.
+ */
 function mkdru_admin_settings() {
   $form['pz2_js_path']=array(
     '#type' => 'textfield',
@@ -7,6 +11,5 @@ function mkdru_admin_settings() {
     '#default_value' => variable_get('pz2_js_path', 'pazpar2/js'),
     '#required' => TRUE
   );
-
   return system_settings_form($form);
 }