From e0dc711c2b2dc4e2ec397d7f53910f11e1ca4ade Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Mon, 02 Sep 2013 04:14:56 -0400
Subject: [PATCH] - Changed previous commit to check for read permissions only on download action

---
 remoting_client/examples/client_delete_everything.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/remoting_client/examples/client_delete_everything.php b/remoting_client/examples/client_delete_everything.php
index e11e772..4399f5e 100644
--- a/remoting_client/examples/client_delete_everything.php
+++ b/remoting_client/examples/client_delete_everything.php
@@ -21,7 +21,7 @@
 	//* Delete client
 	$affected_rows = $client->client_delete_everything($session_id, $client_id);
 
-	echo "Client ".$client_id." has been deleted.<br>";
+	//echo "Client ".$client_id." has been deleted.<br>";
 	//print_r($affected_rows);
 	
 	if($client->logout($session_id)) {

--
Gitblit v1.9.1