From 409b97622bcc9492da25f651a58f6fe37a21f456 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 18 Apr 2008 10:44:15 +0000 Subject: Marcus Povey * Hardcoded sessions no longer necessary now that login works git-svn-id: https://code.elgg.org/elgg/trunk@488 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/exporttest/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/exporttest/index.php') diff --git a/mod/exporttest/index.php b/mod/exporttest/index.php index 6857df16f..3c1320e1f 100644 --- a/mod/exporttest/index.php +++ b/mod/exporttest/index.php @@ -15,7 +15,6 @@ $guid = get_input("guid"); $action = get_input("action"); - $_SESSION['id'] = 2; // Get the user $owner_id = page_owner(); -- cgit v1.2.3