Revision: 12807
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12807&view=rev
Author: pdontthink
Date: 2007-12-07 10:46:21 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
Fix include error. Thanks Patrick Dubau.
Modified Paths:
--------------
trunk/squirrelmail/plugins/change_password/backend/ldap.php
Modified: trunk/squirrelmail/plugins/change_password/backend/ldap.php
===================================================================
--- trunk/squirrelmail/plugins/change_password/backend/ldap.php 2007-12-06
19:11:00 UTC (rev 12806)
+++ trunk/squirrelmail/plugins/change_password/backend/ldap.php 2007-12-07
18:46:21 UTC (rev 12807)
@@ -21,7 +21,7 @@
/** load required functions */
/** sqimap_get_user_server() function */
-include_once(SM_PATH . '../functions/imap_general.php');
+include_once(SM_PATH . 'functions/imap_general.php');
/** get imap server and username globals */
global $imapServerAddress, $username;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
List info (subscribe/unsubscribe/change options):
https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn
|