Index: zend.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/zend/Attic/zend.module,v
retrieving revision 1.1.2.6
diff -u -r1.1.2.6 zend.module
--- zend.module	24 Dec 2007 18:01:30 -0000	1.1.2.6
+++ zend.module	24 Dec 2007 18:06:22 -0000
@@ -49,7 +49,7 @@
   $form['zend_path'] = array(
     '#type' => 'textfield',
     '#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)),
+    '#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 %libdir/Zend, then here you would put in %libdir. Status: <span class="@zendstatus">%zendversion</span>.', array('%libdir' => drupal_get_path('module', 'zend') .'/library', '@zendstatus' => $zend_status, '%zendversion' => $zend_version)),
     '#default_value' => zend_get_path(),
     '#attributes' => array('class' => $zend_status),
   );
@@ -136,7 +136,7 @@
  *   The path where the Zend Framework is to be expected to be installed.   
  */ 
 function zend_get_path() {
-  return variable_get('zend_path', drupal_get_path('module', 'zend'));
+  return variable_get('zend_path', '');
 } // function zend_get_path
 
 /**
