Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Bug with "Preview Post" in french version

Quote Reply
Bug with "Preview Post" in french version
Hi,

Each time I click on the button "Prévisualiser le message" ("Preview Post") in the french version, I get this error at the top of the page: "DEBUG: $VAR = { 'style' => [ 'BACKGROUND-COLOR: #dde8f4', '0' ] };"

François

Last edited by:

Franco: Jun 4, 2002, 7:08 AM
Quote Reply
Re: [Franco] Bug with "Preview Post" in french version In reply to
Oops, looks like Jason left in some debug code in there. If you edit admin/GForum/Convert.pm, and search for 'DEBUG', you can delete that line where it goes:
Code:
print "DEBUG: " . Dumper($tags);

Adrian