aboutsummaryrefslogtreecommitdiff
path: root/etc/disassociate-address.fln
diff options
context:
space:
mode:
Diffstat (limited to 'etc/disassociate-address.fln')
-rw-r--r--etc/disassociate-address.fln2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/disassociate-address.fln b/etc/disassociate-address.fln
index 0a08d42..7c5ca91 100644
--- a/etc/disassociate-address.fln
+++ b/etc/disassociate-address.fln
@@ -1,20 +1,20 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */ 15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
16 16
17if (.DisassociateAddressResponse.return) { 17if (.DisassociateAddressResponse.return) {
18 if (!.DisassociateAddressResponse.return[true]) 18 if (!.DisassociateAddressResponse.return[true])
19 error("Return: ",.DisassociateAddressResponse.return,"\n"); 19 error("Return: ",.DisassociateAddressResponse.return,"\n");
20} 20}

Return to:

Send suggestions and report system problems to the System administrator.