From 8b0c497b11e58aa72adbe7a04cbea1304e57e75c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Apr 2007 04:20:35 +0000 Subject: [PATCH] Defining SVN constants in the files we've finished updating --- browse.php | 2 ++ index.php | 2 ++ repository.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/browse.php b/browse.php index 0a95e96..bd8bc48 100644 --- a/browse.php +++ b/browse.php @@ -25,6 +25,8 @@ $fetchtemplates = array( 'property' ); +define('SVN', '$Id$'); + require_once('./global.php'); $navbar = ConstructNavbar(); diff --git a/index.php b/index.php index acb8ba4..00c0563 100644 --- a/index.php +++ b/index.php @@ -26,6 +26,8 @@ $fetchtemplates = array( 'index' ); +define('SVN', '$Id$'); + require_once('./global.php'); // ################################################################### diff --git a/repository.php b/repository.php index eb56d1d..47bcca9 100644 --- a/repository.php +++ b/repository.php @@ -19,6 +19,8 @@ || ################################################################### \*=====================================================================*/ +define('SVN', '$Id$'); + require_once('./global.php'); // ################################################################### -- 2.22.5