summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2011-07-12 20:20:15 +0100
committerLester Caine <lester@lsces.co.uk>2011-07-12 20:20:15 +0100
commit21f7ed6c6f32b6eaef093aa1bfd428baf54e4c83 (patch)
treee4a791b617499942fb4c23bc4d3e0b8542566b84
parent669194f4d2d282230239e661a19fbc549580cd27 (diff)
downloadcontact-21f7ed6c6f32b6eaef093aa1bfd428baf54e4c83.tar.gz
contact-21f7ed6c6f32b6eaef093aa1bfd428baf54e4c83.tar.bz2
contact-21f7ed6c6f32b6eaef093aa1bfd428baf54e4c83.zip
Disable link to tasks package
-rw-r--r--lookup_contact_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_contact_inc.php b/lookup_contact_inc.php
index 26eb172..54a3ecc 100644
--- a/lookup_contact_inc.php
+++ b/lookup_contact_inc.php
@@ -9,7 +9,7 @@
* Initialization
*/
require_once( CONTACT_PKG_PATH.'Contact.php');
-require_once( TASKS_PKG_PATH.'Tasks.php');
+//require_once( TASKS_PKG_PATH.'Tasks.php');
require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );
// if we already have a gContent, we assume someone else created it for us, and has properly loaded everything up.