Index: coder_review/includes/coder_review_7x.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder_review/includes/coder_review_7x.inc,v
retrieving revision 1.37
diff -u -r1.37 coder_review_7x.inc
--- coder_review/includes/coder_review_7x.inc	5 Sep 2009 11:01:10 -0000	1.37
+++ coder_review/includes/coder_review_7x.inc	12 Sep 2009 20:17:26 -0000
@@ -1635,7 +1635,7 @@
   return array(
     '#warning' => t('Instead of "theme(\'page\')" use !drupal_set_page_content()',
       array(
-        '!drupal_set_page_content()' => theme('drupalapi', 'drupal_set_page_content()', 7),
+        '!drupal_set_page_content()' => theme('drupalapi', 'drupal_set_page_content', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#theme_page',
@@ -1646,7 +1646,7 @@
   return array(
     '#warning' => t('Parameters to !drupal_add_js() have changed.',
       array(
-        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js()', 7),
+        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#drupal_add_js_options',
@@ -1657,7 +1657,7 @@
   return array(
     '#warning' => t('Parameters to !drupal_add_css() have changed.',
       array(
-        '!drupal_add_css()' => theme('drupalapi', 'drupal_add_css()', 7),
+        '!drupal_add_css()' => theme('drupalapi', 'drupal_add_css', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#drupal_add_js_options',
@@ -1675,7 +1675,7 @@
   return array(
     '#warning' => t('There is a new !hook_js_alter() to alter JavaScript.',
       array(
-        '!hook_js_alter()' => theme('drupalapi', 'hook_js_alter()', 7),
+        '!hook_js_alter()' => theme('drupalapi', 'hook_js_alter', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#hook_js_alter',
@@ -1686,7 +1686,7 @@
   return array(
     '#warning' => t("Replace 'core', 'module' and 'theme' with 'file' in !drupal_add_js()",
       array(
-        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js()', 7),
+        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#drupal_add_js_weight',
@@ -1704,7 +1704,7 @@
   return array(
     '#warning' => t('External JavaScript can now be referenced through !drupal_add_js().',
       array(
-        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js()', 7),
+        '!drupal_add_js()' => theme('drupalapi', 'drupal_add_js', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#drupal_add_js_external',
@@ -1722,7 +1722,7 @@
   return array(
     '#warning' => t('Parameters to !file_scan_directory() have changed.',
       array(
-        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory()', 7),
+        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#file_scan_directory_array_itize',
@@ -1733,7 +1733,7 @@
   return array(
     '#warning' => t('!file_scan_directory() now uses a preg regular expression for the nomask parameter.',
       array(
-        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory()', 7),
+        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#file_scan_directory_nomask',
@@ -1744,7 +1744,7 @@
   return array(
     '#warning' => t('!drupal_system_listing() now uses preg regular expressions.',
       array(
-        '!drupal_system_listing()' => theme('drupalapi', 'drupal_system_listing()', 7),
+        '!drupal_system_listing()' => theme('drupalapi', 'drupal_system_listing', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#preg_match',
@@ -1755,7 +1755,7 @@
   return array(
     '#warning' => t('!file_scan_directory() now uses preg regular expressions.',
       array(
-        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory()', 7),
+        '!file_scan_directory()' => theme('drupalapi', 'file_scan_directory', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#preg_match',
@@ -1773,7 +1773,7 @@
   return array(
     '#warning' => t('Permissions are required to have titles and descriptions in !hook_permission().',
       array(
-        '!hook_permission()' => theme('drupalapi', 'hook_permission()', 7),
+        '!hook_permission()' => theme('drupalapi', 'hook_permission', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#descriptions_permissions',
@@ -1791,8 +1791,8 @@
   return array(
     '#warning' => t('The "file", "path" and "file path" keys have been removed from !hook_menu() and !hook_theme().',
       array(
-        '!hook_menu()' => theme('drupalapi', 'hook_menu()', 7),
-        '!hook_theme()' => theme('drupalapi', 'hook_theme()', 7),
+        '!hook_menu()' => theme('drupalapi', 'hook_menu', 7),
+        '!hook_theme()' => theme('drupalapi', 'hook_theme', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#menu_file_path',
@@ -1803,7 +1803,7 @@
   return array(
     '#warning' => t('The parameters to !hook_menu_link_alter() have changed.',
       array(
-        '!hook_menu_link_alter()' => theme('drupalapi', 'hook_menu_link_alter()', 7),
+        '!hook_menu_link_alter()' => theme('drupalapi', 'hook_menu_link_alter', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#hook_menu_link_alter',
@@ -1814,7 +1814,7 @@
   return array(
     '#warning' => t('Use !drupal_set_time_limit() instead of !set_time_limit().',
       array(
-        '!drupal_set_time_limit()' => theme('drupalapi', 'drupal_set_time_limit()', 7),
+        '!drupal_set_time_limit()' => theme('drupalapi', 'drupal_set_time_limit', 7),
         '!set_time_limit()' => theme('phpapi', 'set_time_limit()'),
       )
     ),
@@ -1826,7 +1826,7 @@
   return array(
     '#warning' => t('Parameters to !user_authenticate() have changed.',
       array(
-        '!user_authenticate()' => theme('drupalapi', 'user_authenticate()', 7),
+        '!user_authenticate()' => theme('drupalapi', 'user_authenticate', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#user_authenticate',
@@ -1858,7 +1858,7 @@
   return array(
     '#warning' => t('Easier check for node form during !hook_form_alter().',
       array(
-        '!hook_form_alter()' => theme('drupalapi', 'hook_form_alter()', 7),
+        '!hook_form_alter()' => theme('drupalapi', 'hook_form_alter', 7),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#node_form',
@@ -1869,7 +1869,7 @@
   return array(
     '#warning' => t('Parameters to !hook_form_alter() have changed.',
       array(
-        '!hook_form_alter()' => theme('drupalapi', 'hook_form_alter()', 7),
+        '!hook_form_alter()' => theme('drupalapi', 'hook_form_alter', 7),
       )
     ),
   //  '#link' => 'http://drupal.org/node/224333#node_form',
@@ -1880,12 +1880,12 @@
   return array(
     '#warning' => t('!expand_password_confirm(), !expand_date(), !expand_radios(), !form_expand_ahah(), !expand_checkboxes(), !process_weight()  have been renamed.',
       array(
-        '!expand_password_confirm()' => theme('drupalapi', 'expand_password_confirm()', 6),
-        '!expand_date()' => theme('drupalapi', 'expand_date()', 6),
-        '!expand_radios()' => theme('drupalapi', 'expand_radios()', 6),
-        '!form_expand_ahah()' => theme('drupalapi', 'form_expand_ahah()', 6),
-        '!expand_checkboxes()' => theme('drupalapi', 'expand_checkboxes()', 6),
-        '!process_weight()' => theme('drupalapi', 'process_weight()', 6),
+        '!expand_password_confirm()' => theme('drupalapi', 'expand_password_confirm', 6),
+        '!expand_date()' => theme('drupalapi', 'expand_date', 6),
+        '!expand_radios()' => theme('drupalapi', 'expand_radios', 6),
+        '!form_expand_ahah()' => theme('drupalapi', 'form_expand_ahah', 6),
+        '!expand_checkboxes()' => theme('drupalapi', 'expand_checkboxes', 6),
+        '!process_weight()' => theme('drupalapi', 'process_weight', 6),
       )
     ),
     '#link' => 'http://drupal.org/node/224333#process_functions',
