phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php, 1.59


From: powerstat
Subject: [Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php, 1.59
Date: Tue, 10 May 2005 16:29:00 +0200

Update of addressbook/inc

Modified Files:
     Branch: MAIN
            class.uiaddressbook.inc.php lines: +2 -68

Log Message:
Fixed phpdoc's

====================================================
Index: addressbook/inc/class.uiaddressbook.inc.php
diff -u addressbook/inc/class.uiaddressbook.inc.php:1.58 
addressbook/inc/class.uiaddressbook.inc.php:1.59
--- addressbook/inc/class.uiaddressbook.inc.php:1.58    Tue May 10 14:25:03 2005
+++ addressbook/inc/class.uiaddressbook.inc.php Tue May 10 14:29:14 2005
@@ -558,9 +558,6 @@

                /**
                * Add Person Enviromet, this controls all process to add a 
person
-               *
-               * @param
-               * @return
                */
                function add_person()
                {
@@ -634,9 +631,6 @@

                /**
                * Edit Person Enviromet, this controls all process to edit a 
person
-               *
-               * @param
-               * @return
                */
                function edit_person()
                {
@@ -725,9 +719,6 @@

                /**
                * Delete persons from db
-               *
-               * @param
-               * @return
                */
                function delete_person($person_id='')
                {
@@ -739,10 +730,7 @@
                }

                /**
-               * Viwe all  persons data from db
-               *
-               * @param
-               * @return
+               * View all  persons data from db
                */
                function view_person()
                {
@@ -753,9 +741,6 @@

                /**
                * Copy all data from a person to new person
-               *
-               * @param
-               * @return
                */
                function copy_person()
                {
@@ -772,9 +757,6 @@

                /**
                * Add Organization Enviromet, this controls all process to add 
orgs
-               *
-               * @param
-               * @return
                */
                function add_org()
                {
@@ -845,9 +827,6 @@

                /**
                * Edit Organization Enviromet, this controls all process to add 
orgs
-               *
-               * @param
-               * @return
                */
                function edit_org()
                {
@@ -937,9 +916,6 @@

                /**
                * Delete Organization
-               *
-               * @param
-               * @return
                */
                function delete_org($org_id='')
                {
@@ -952,9 +928,6 @@

                /**
                * View Organization
-               *
-               * @param
-               * @return
                */
                function view_org()
                {
@@ -965,9 +938,6 @@

                /**
                * Copy Organization
-               *
-               * @param
-               * @return
                */
                function copy_org()
                {
@@ -984,9 +954,6 @@

                /**
                * Start to draw the html screens
-               *
-               * @param
-               * @return
                */
                function main_form($fields, $section, $form_tab)
                {
@@ -1110,9 +1077,6 @@

                /**
                * Get the screen from the selected tab
-               *
-               * @param
-               * @return
                */
                function current_body($form_section,$fields, $section)
                {
@@ -1184,9 +1148,6 @@

                /**
                * Draw the principal persons data tab window
-               *
-               * @param
-               * @return
                */
                function person_form($fields)
                {
@@ -1227,9 +1188,6 @@

                /**
                * Draw the principal organizations data tab window
-               *
-               * @param
-               * @return
                */
                function org_form($fields)
                {
@@ -1256,9 +1214,6 @@

                /**
                * Draw the comunications media tab window
-               *
-               * @param
-               * @return
                */
                function comm_form($fields)
                {
@@ -1293,9 +1248,6 @@

                /**
                * Draw the address tab window
-               *
-               * @param
-               * @return
                */
                function address_form($fields)
                {
@@ -1490,9 +1442,6 @@
                /**
                * This function draw the tab screen what is used for categories,
                * Persons from an Organization and Organizations from a Person
-               *
-               * @param
-               * @return
                */
                function many_actions_form($option, $all_data_name, 
$my_data_name, $defaul_data_name, $all_opts,
                                           $my_opts, $my_opts_array, $selected, 
$section, $fields)
@@ -1646,9 +1595,6 @@

                /**
                * This function initialize the template for draw the tabs 
windows
-               *
-               * @param
-               * @return
                */
                function form_start()
                {
@@ -1662,9 +1608,6 @@

                /**
                * This function end the template for draw the tabs windows
-               *
-               * @param
-               * @return
                */
                function form_end()
                {
@@ -1677,9 +1620,6 @@

                /**
                * Get the principal tabs (Persons and Organizations)
-               *
-               * @param
-               * @return
                */
                function get_principal_tabs($action, $class_css, $name, $value)
                {
@@ -1694,9 +1634,6 @@

                /**
                * Get the tabs
-               *
-               * @param
-               * @return
                */
                function get_tabs($button_name, $button_caption, $class_css)
                {
@@ -1709,9 +1646,6 @@

                /**
                * Get the correct css for the tab
-               *
-               * @param
-               * @return
                */
                function get_class_css($tab, $current_tab)
                {






reply via email to

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