Update of /cvs/scoop/scoop/lib/Scoop/Comments
In directory lithium.sabren.com:/tmp/cvs-serv19982/lib/Scoop/Comments

Modified Files:
	Mojo.pm 
Log Message:
Committing janra's bug fix for bug #179 -- hulver


Index: Mojo.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Mojo.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Mojo.pm	24 Nov 2003 11:20:36 -0000	1.13
--- Mojo.pm	26 May 2005 09:48:21 -0000	1.14
***************
*** 62,66 ****
  	my $S = shift;
  	my ($uid, $mojo, $count) = @_;
! 	my $set = $mojo;
  	unless ($mojo) {
  		warn "Mojo is blank. Saving NULL\n" if $DEBUG;
--- 62,66 ----
  	my $S = shift;
  	my ($uid, $mojo, $count) = @_;
! 	my $set = $S->dbh->quote($mojo);
  	unless ($mojo) {
  		warn "Mojo is blank. Saving NULL\n" if $DEBUG;