aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-13 01:58:26 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-13 01:58:26 +0100
commit546ea64f0ab03a52b1eb67cf216c8cc4c39d74c4 (patch)
tree5d1ca60f11cc40a4ba210ddd2a20eb5af078d531 /lib/sisu/v0/sysenv.rb
parentvarious fixes: cgi search for, manifest, concordance, diakonos syntax highlgh... (diff)
syntax hilighting (gedit), sisu rights and other info in outputs, cgi sample search improvements, see changelog
Diffstat (limited to 'lib/sisu/v0/sysenv.rb')
-rw-r--r--lib/sisu/v0/sysenv.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index ddd84aaa..e9e39268 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -84,6 +84,9 @@ module SiSU_Env
def monthonly
@t.month
end
+ def year_static
+ '2007'
+ end
end
class Info_system
require 'rbconfig'