Update of /cvsroot/openbash-org/openbash-org/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4002/modules
Modified Files:
Quote.php
Log Message:
bug en consulta de insercion por culpa del campo "purge"
Index: Quote.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/modules/Quote.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Quote.php 16 Nov 2004 17:23:40 -0000 1.6
--- Quote.php 17 Nov 2004 07:50:45 -0000 1.7
***************
*** 20,24 ****
$pending = 1; // by default quote gets marked as pending until an admin validates it
$sql = "INSERT INTO quote
! (`id`,`points`,`deleted`,`purge`,`author`,`channel`,`network`,`pending`,`ip`)
VALUES (
'',
--- 20,24 ----
$pending = 1; // by default quote gets marked as pending until an admin validates it
$sql = "INSERT INTO quote
! (`id`,`points`,`deleted`,`author`,`channel`,`network`,`pending`,`ip`)
VALUES (
'',
|