Defining SVN constants in the files we've finished updating
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 04:20:35 +0000 (04:20 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 04:20:35 +0000 (04:20 +0000)
browse.php
index.php
repository.php

index 0a95e9665258bb420a84b0f084869208e11d1afa..bd8bc48606f31b57dfbef48d3e824ac73fa833e9 100644 (file)
@@ -25,6 +25,8 @@ $fetchtemplates = array(
        'property'
 );
 
+define('SVN', '$Id$');
+
 require_once('./global.php');
 
 $navbar = ConstructNavbar();
index acb8ba4e18de65961fea96b23dbdd4e786743070..00c05635d81d016664d5fa8396bf8c9d6154fc1d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -26,6 +26,8 @@ $fetchtemplates = array(
        'index'
 );
 
+define('SVN', '$Id$');
+
 require_once('./global.php');
 
 // ###################################################################
index eb56d1d194e42ea48fb4c39403c71cdee0ea8305..47bcca9652f561e508ea38c905b85218e8b55ade 100644 (file)
@@ -19,6 +19,8 @@
 || ###################################################################
 \*=====================================================================*/
 
+define('SVN', '$Id$');
+
 require_once('./global.php');
 
 // ###################################################################