diff --git a/config/variables.php b/config/variables.php index f2460a1..6dd7697 100644 --- a/config/variables.php +++ b/config/variables.php @@ -54,7 +54,7 @@ echo "

".i18n("Global configuration settings")."

"; while($r=mysql_fetch_object($q)) { - if($r->var=="FAIRYEAR") + if($r->var=="FAIRYEAR" || $r->var=="DBVERSION") { echo "$r->var".i18n($r->description)."$r->val"; }