missed a space
[eq/.git] / inc / class.tc.inc.php
index c64c6f38788eb0911fd3d3f227a420bea5024e6a..1e9a46a65ec6c5beb5e33d1259f16427f58b7ab2 100644 (file)
@@ -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);