]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Template/_conf.pm
added Arc::Archive and Arc::Test
[selfforum.git] / selfforum-cgi / shared / Template / _conf.pm
index 6528d38b9c71187d2776561f4354dc4961714de4..6f1e130c9be63aef2ea4ee44f4f3077be13bdd9c 100644 (file)
@@ -31,8 +31,9 @@ sub get_view_params ($) {
   my $default = $param -> {adminDefault};
   my %hash;
 
-  %hash = (quoteChars    => $default -> {View} -> {quoteChars},
-           sortedMsg     =>  $default -> {View} -> {sortMessages},
+  %hash = (quoting       => $default -> {View} -> {quoting},
+           quoteChars    => $default -> {View} -> {quoteChars},
+           sortedMsg     => $default -> {View} -> {sortMessages},
            sortedThreads => $default -> {View} -> {sortThreads}
           );
 

patrick-canterino.de