? om_project_syntax_2010-11-18.patch
Index: om_project.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/om_project/om_project.module,v
retrieving revision 1.1.2.1.2.12
diff -u -p -r1.1.2.1.2.12 om_project.module
--- om_project.module	18 Nov 2010 17:14:12 -0000	1.1.2.1.2.12
+++ om_project.module	19 Nov 2010 05:48:05 -0000
@@ -187,9 +187,9 @@ function om_project_menu() {
    'access arguments' => array(1),
    'type' => MENU_LOCAL_TASK,
    'weight' => 12,
-  )
+  );
   
-  $tems['project/%node/project-manage/metadata_reset'] = array(
+  $items['project/%node/project-manage/metadata_reset'] = array(
    'title' => 'Metadata Reset',
    'description' => 'Takes node ID and resets all shows to the Project metadata settings',
    'page callback' => 'om_project_sync_show_metadata',
@@ -197,9 +197,9 @@ function om_project_menu() {
    'access callback' => 'om_project_manage_access',
    'access arguments' => array(1),
    'type' => MENU_CALLBACK,
-  )
+  );
   
-  $tems['project/%node/project-manage/om_project_sync_all_shows_to_project_owner'] = array(
+  $items['project/%node/project-manage/om_project_sync_all_shows_to_project_owner'] = array(
    'title' => 'Sync All Shows To Project Owner',
    'description' => 'Takes user object and returns Projects',
    'page callback' => 'om_project_sync_all_shows_to_project_owner',
@@ -208,7 +208,7 @@ function om_project_menu() {
    'access arguments' => array(1),
    'type' => MENU_CALLBACK,
    'weight' => 7,
-  )
+  );
   }
   
   //User tab
@@ -863,4 +863,4 @@ function om_project_sync_all_shows_to_pr
   }
   //return the display
   print theme('page', $output);
-}
\ No newline at end of file
+}
