|
From: Frank S. <lan...@us...> - 2005-08-21 13:29:16
|
Update of /cvsroot/pn-commerce/pn-commerce In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27509 Modified Files: pnprsimplelistapi.php Log Message: doc header update Index: pnprsimplelistapi.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pnprsimplelistapi.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pnprsimplelistapi.php 23 Mar 2005 12:13:55 -0000 1.1 --- pnprsimplelistapi.php 21 Aug 2005 13:29:04 -0000 1.2 *************** *** 196,204 **** /** ! * This function is called when an interactive property (select list, inpu field) is ! * used by an user * *@param $args[object] array the object that the property belongs to ! *@param $args[property] the propertydata for us *@return $object */ --- 196,207 ---- /** ! * This function is called when an interactive property (select list, input field) is ! * used by an user. The information the user selected/entered will be saved in $property['userinput'] ! * for later use, e.g. storing in the cart. ! * It may also change the object itself if necessary. * *@param $args[object] array the object that the property belongs to ! *@param $args[property] the property for us ! * *@return $object */ |