From: Owen Leonard <owen@balawis.leonard.fam>
Date: Sat, 2 Oct 2010 22:15:05 +0000 (-0600)
Subject: missed a space
X-Git-Tag: release_1_1_0~18^2
X-Git-Url: http://git.pippins.net/images/static/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/%24link?a=commitdiff_plain;h=342d545bad2f6d8d5112d047c0b5b88ffdba5394;p=eq%2F.git

missed a space
---

diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php
index c64c6f3..1e9a46a 100644
--- a/inc/class.tc.inc.php
+++ b/inc/class.tc.inc.php
@@ -2506,7 +2506,7 @@ class tc
 		}
 
 		if($action == 'edit' || $action == 'view') {
-			$sql = "SELECT * FROM tc_interview WHERE interview=" . $interview . "AND interview_type='ppi'";
+			$sql = "SELECT * FROM tc_interview WHERE interview=" . $interview . " AND interview_type='ppi'";
 			$this->db->query($sql,__LINE__,__FILE__);
 			$this->db->next_record();
 			$this->t->set_var('interview',$interview);