projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e0ae7
)
missed a space
author
Owen Leonard
<owen@balawis.leonard.fam>
Sat, 2 Oct 2010 22:15:05 +0000
(16:15 -0600)
committer
Owen Leonard
<owen@balawis.leonard.fam>
Sat, 2 Oct 2010 22:15:05 +0000
(16:15 -0600)
inc/class.tc.inc.php
patch
|
blob
|
history
diff --git
a/inc/class.tc.inc.php
b/inc/class.tc.inc.php
index c64c6f38788eb0911fd3d3f227a420bea5024e6a..1e9a46a65ec6c5beb5e33d1259f16427f58b7ab2 100644
(file)
--- 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);