From 1d8429d8d3981dd027cdb7e160dd614ebf6c8ded Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 24 Jul 2009 10:09:09 +0000 Subject: Removed all macros from CVS. --- server/xml/macros/B.0.xml | 65 ----------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 server/xml/macros/B.0.xml (limited to 'server/xml/macros/B.0.xml') diff --git a/server/xml/macros/B.0.xml b/server/xml/macros/B.0.xml deleted file mode 100644 index 3fb248a..0000000 --- a/server/xml/macros/B.0.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - value = 0 - timestamp = 0 - source = 'pentominos' - - if(cpr and cpr.cpr and cpr.cpr.value and cpr.cpr.timestamp and cpr.cpr.source) - then - value = string.sub(cpr.cpr.value,1,6) .. '-' .. string.sub(cpr.cpr.value,7,11) - timestamp = cpr.cpr.timestamp - source = cpr.cpr.source - end - - return value, timestamp, source - - - - - - - - - - - -- cgit v1.2.3