phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpbrain/inc class.sokb.inc.php,1.9,1.10


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc class.sokb.inc.php,1.9,1.10
Date: Thu, 17 Apr 2003 00:26:34 -0400

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv5340

Modified Files:
        class.sokb.inc.php 
Log Message:
fixed missing quote in query

Index: class.sokb.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/class.sokb.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.sokb.inc.php  17 Apr 2003 04:19:44 -0000      1.9
--- class.sokb.inc.php  17 Apr 2003 04:26:30 -0000      1.10
***************
*** 245,249 ****
                                        $sql .= $faq['cat_id'] . ", ";
                                        $sql .= ($admin ? 1 : 0) . ', ';//admin 
is auto publish
!                                       $sql .= 
$this->db->db_addslashes($faq['keywords']) . "',";
                                        $sql .= $faq['user_id'] . ', ';
                                        $sql .= '0, '; //views must be 0 for 
new entries
--- 245,249 ----
                                        $sql .= $faq['cat_id'] . ", ";
                                        $sql .= ($admin ? 1 : 0) . ', ';//admin 
is auto publish
!                                       $sql .= "'" . 
$this->db->db_addslashes($faq['keywords']) . "',";
                                        $sql .= $faq['user_id'] . ', ';
                                        $sql .= '0, '; //views must be 0 for 
new entries





reply via email to

[Prev in Thread] Current Thread [Next in Thread]