missed a space
authorOwen Leonard <owen@balawis.leonard.fam>
Sat, 2 Oct 2010 22:15:05 +0000 (16:15 -0600)
committerOwen Leonard <owen@balawis.leonard.fam>
Sat, 2 Oct 2010 22:15:05 +0000 (16:15 -0600)
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);