phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.boadmin.php, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/class.boadmin.php, 1.1.1.8
Date: Sun, 23 May 2004 13:44:55 -0000

Update of /property
Modified Files:
        Branch: 
          class.boadmin.php

date: 2004/05/01 16:18:39;  author: sigurdne;  state: Exp;  lines: +11 -0

Log Message:
no message
=====================================================================
Index: property/class.boadmin.php
diff -u property/class.boadmin.php:1.1.1.7 property/class.boadmin.php:1.1.1.8
--- property/class.boadmin.php:1.1.1.7  Wed Apr 28 21:15:15 2004
+++ property/class.boadmin.php  Sat May  1 16:18:39 2004
@@ -494,5 +494,16 @@
                        return $this->so->edit_id($values);
 
                }
+
+               function get_notification_list($selected='')
+               {
+                       $list[0]['id']=1;
+                       $list[0]['name']=lang('Users choice');
+                       $list[1]['id']=2;
+                       $list[1]['name']=lang('Force');
+
+                       return $this->bocommon->select_list($selected,$list);
+
+               }
        }
 ?>




reply via email to

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