Commit info for scoop/lib/Scoop/Admin:

Modified Files:
      Tag: CURRENT
	AdminStories.pm 
Log Message:
Yet another re-syncing of CURRENT with the main branch. --j



Index: AdminStories.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Admin/AdminStories.pm,v
retrieving revision 1.127.2.1
retrieving revision 1.127.2.2
diff -r1.127.2.1 -r1.127.2.2
418d417
< 				  $S->{DBHARCHIVE}->quote($moderation->{comment}) || "NULL",
424,425c423,424
< 				ROWS => 'sid, uid, time, vote, comment, section_only',
< 				VALUES => "$tosave[0],$tosave[1],$tosave[2],$tosave[3],$tosave[4],$tosave[5]"});
---
> 				ROWS => 'sid, uid, time, vote, section_only',
> 				VALUES => "$tosave[0],$tosave[1],$tosave[2],$tosave[3],$tosave[5]"});
429d427
< 		
1316,1317c1314,1315
< 		COLS => 'sid, uid, time, vote, comment, section_only',
< 		VALUES => "'$sid', '$uid', '$time', '$vote', '', '$s_o'"});
---
> 		COLS => 'sid, uid, time, vote, section_only',
> 		VALUES => "'$sid', '$uid', '$time', '$vote', '$s_o'"});