? zend_d7.patch
Index: zend.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/zend/zend.admin.inc,v
retrieving revision 1.2
diff -u -p -r1.2 zend.admin.inc
--- zend.admin.inc	28 Sep 2009 20:35:26 -0000	1.2
+++ zend.admin.inc	21 May 2010 04:23:41 -0000
@@ -18,7 +18,7 @@ function zend_admin() {
     '#title' => t('Installation Path'),
     '#description' => t('The location where the Zend Framework is installed.  This should be the subdirectory from where it is installed.  If you put the Zend Framework into %moduledir/Zend, then here you would put in %moduledir. Status: <span class="@zendstatus">%zendversion</span>.', array('%moduledir' => drupal_get_path('module', 'zend'), '@zendstatus' => $zend_status, '%zendversion' => $zend_version)),
     '#default_value' => zend_get_path(),
-    '#attributes' => array('class' => $zend_status),
+    '#attributes' => array('class' => array($zend_status)),
   );
   return system_settings_form($form);
 }
Index: zend.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/zend/zend.module,v
retrieving revision 1.2
diff -u -p -r1.2 zend.module
--- zend.module	28 Sep 2009 20:35:26 -0000	1.2
+++ zend.module	21 May 2010 04:23:43 -0000
@@ -10,7 +10,7 @@
  * Determines whether or not the Zend Framework include path has been
  * manually set yet.
  */
-global $_ZEND_INCLUDE_PATH_SET; 
+global $_ZEND_INCLUDE_PATH_SET;
 
 /**
  * Implementation of hook_help().
@@ -28,7 +28,7 @@ function zend_help($path, $arg) {
  * Implementation of hook_menu().
  */
 function zend_menu() {
-  $items['admin/settings/zend'] = array(
+  $items['admin/config/zend'] = array(
     'title' => 'Zend Framework',
     'description' => 'Configuration options for the Zend Framework',
     'page callback' => 'drupal_get_form',
