--- contributions/modules/jobsearch/job.install	2007-05-07 16:07:27.000000000 -0400
+++ jobsearch/job.install	2008-12-21 21:46:38.000000000 -0400
@@ -1,4 +1,10 @@
 <?php
+// $Id$
+
+/**
+ * @file
+ * Created the job table and handles upgrate to pre-drupal 5 verions.
+ */
 
 function job_install() {
   switch ($GLOBALS['db_type']) {
@@ -20,7 +26,7 @@ function job_install() {
 }
 
 function job_update_1() {
-  // Prior to 5.x, there were no tables at all. So, with 5.x, 
+  // Prior to 5.x, there were no tables at all. So, with 5.x,
   // we create them.
   job_install();
 }
