From 7ee3c819f01d28606e91c7da42c42ae930effa54 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 14 Aug 2013 14:49:05 -0400
Subject: [PATCH] - Make sure clients can get only the PHP versions they are allowed to get even if the website is created by admin or a reseller.

---
 install/sql/incremental/upd_0041.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/sql/incremental/upd_0041.sql b/install/sql/incremental/upd_0041.sql
index ba8ee64..47f5fdf 100644
--- a/install/sql/incremental/upd_0041.sql
+++ b/install/sql/incremental/upd_0041.sql
@@ -1,4 +1,4 @@
-
+
 -- Add bank account owner
 ALTER TABLE `client` ADD `bank_account_owner` varchar(255) DEFAULT NULL AFTER `notes`;
 

--
Gitblit v1.9.1