mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
ParserFunctions: Change {{NUMBEROFPAGES}} to read from site_stats.ss_total_pages and {{NUMBEROFARTICLES}} to read from site_stats.ss_good_articles
This commit is contained in:
@@ -43,8 +43,8 @@ public class Xowd_site_stats_tbl implements Db_tbl {
|
||||
try {
|
||||
if (rdr.Move_next()) {
|
||||
stats.Load_by_db
|
||||
( rdr.Read_long(fld_good_articles)
|
||||
, rdr.Read_long(fld_total_pages)
|
||||
( rdr.Read_long(fld_total_pages)
|
||||
, rdr.Read_long(fld_good_articles)
|
||||
, rdr.Read_int(fld_images)
|
||||
, 0, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user