From d13aa100e02b77c010c2c20f2839b959973474d7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 13 Mar 2007 00:32:59 +0000 Subject: [PATCH] r1462: Fix the tag from "verson" to "version" --- includes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index 1d4ca7c..8827e9b 100755 --- a/includes/init.php +++ b/includes/init.php @@ -32,7 +32,7 @@ $bugsys = new ISSO(); $bugsys->setAppPath(getcwd()); $bugsys->setApplication('Bugdar'); -$bugsys->setAppVersion('[#]verson[#]'); +$bugsys->setAppVersion('[#]version[#]'); if (!file_exists('./includes/config.php')) { -- 2.22.5