From 8d026839ecb95170f20a65d6a048111432a29ecf Mon Sep 17 00:00:00 2001 From: totoro Date: Sat, 2 Jan 2016 21:59:20 +0100 Subject: [PATCH] remove get_Bool with Maybe(Bool) return. It was bad idea. No application are affected --- database/db_types.anubis | 3 ++- web/CXM_web_arg_utils.anubis | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/database/db_types.anubis b/database/db_types.anubis index d46b816..68ef587 100644 --- a/database/db_types.anubis +++ b/database/db_types.anubis @@ -6,6 +6,7 @@ * */ transmit tools/basis.anubis +transmit tools/ISO-8601.anubis public type DB_id: none, @@ -91,7 +92,7 @@ public define Maybe(DB_datetime) public define DB_datetime now = - _Int_to_ISO_8601_datetime(now). + db_datetime(_Int_to_ISO_8601_datetime(now)). public define Maybe(DB_time) diff --git a/web/CXM_web_arg_utils.anubis b/web/CXM_web_arg_utils.anubis index 5a22706..5cc0b08 100644 --- a/web/CXM_web_arg_utils.anubis +++ b/web/CXM_web_arg_utils.anubis @@ -103,7 +103,7 @@ public define Bool found(_) then true }. -public define Maybe(Bool) + public define Maybe(Bool) get_Bool ( List(Web_arg) lwa, -- libgit2 0.21.4