Skip to content
Snippets Groups Projects
Commit 49c02ad2 authored by rswindell's avatar rswindell
Browse files

Fixed typo in system.stats.total_messages.

parent b2940667
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ for(i in text) {
t=t.replace(/%VD/g,system.compiled_when); // Version Date
t=t.replace(/%TF/g,system.stats.total_files); // Total Files
t=t.replace(/%TP/g,system.stats.total_messsages); // Total Posts
t=t.replace(/%TP/g,system.stats.total_messages); // Total Posts
t=t.replace(/%CF/g,bbs.curlib); // Current File Conference
t=t.replace(/%CM/g,bbs.curgrp); // Current Message Conference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment