From 342d545bad2f6d8d5112d047c0b5b88ffdba5394 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Oct 2010 16:15:05 -0600 Subject: [PATCH] missed a space --- inc/class.tc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1