phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.accounts.inc.php, 1.14


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.accounts.inc.php, 1.14
Date: Fri, 30 Jul 2004 14:22:16 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: 
          class.accounts.inc.php

date: 2004/07/30 12:22:16;  author: fipsfuchs;  state: Exp;  lines: +4 -1

Log Message:
abstract function added
=====================================================================
Index: phpgwapi/inc/class.accounts.inc.php
diff -u phpgwapi/inc/class.accounts.inc.php:1.13 
phpgwapi/inc/class.accounts.inc.php:1.14
--- phpgwapi/inc/class.accounts.inc.php:1.13    Thu Jul 29 11:43:22 2004
+++ phpgwapi/inc/class.accounts.inc.php Fri Jul 30 12:22:16 2004
@@ -58,7 +58,7 @@
                var $data;
                var $total;
                var $account_type; // better use $this->data[$this->fields[6]]
-               
+
                var $memberships = array();
                var $members = array();
 
@@ -692,5 +692,8 @@
                // abstract
                function create() {}
                
+               // abstract
+               function delete() {}
+
        }
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]