From b92d7086e90d5208b46ad80a0f3d17fa64083614 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 22 Aug 2007 16:13:35 +0000
Subject: [PATCH] Small fixes in the remoting class.

---
 interface/lib/classes/remoting.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php
index 1a981a6156..ec0beed6a8 100644
--- a/interface/lib/classes/remoting.inc.php
+++ b/interface/lib/classes/remoting.inc.php
@@ -174,7 +174,7 @@ class remoting {
 		
 		
 		
-		return $insert_id
+		return $insert_id;
 	}
 	
 	
-- 
GitLab