Date: 06/28/00
- Next message: athompso: "[phplib-dev] cvs commit"
- Previous message: Kirill Maximov: "Re: [phplib-dev] php_odbc.c modification request"
- Next in thread: athompso: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Maybe reply: ssilk: "[phplib-dev] cvs commit"
- Maybe reply: kir: "[phplib-dev] cvs commit"
- Maybe reply: kir: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: athompso
Date: Wed Jun 28 18:40:35 2000
Modified files:
php-lib/doc/sgml/04-cart.sgml
Log message:
Added missing function parameters
Index: php-lib/doc/sgml/04-cart.sgml
diff -u php-lib/doc/sgml/04-cart.sgml:1.2 php-lib/doc/sgml/04-cart.sgml:1.3
--- php-lib/doc/sgml/04-cart.sgml:1.2 Tue Dec 14 09:14:31 1999
+++ php-lib/doc/sgml/04-cart.sgml Wed Jun 28 18:40:04 2000
@@ -1,4 +1,4 @@
-<!-- $Id: 04-cart.sgml,v 1.2 1999/12/14 08:14:31 kk Exp $ -->
+<!-- $Id: 04-cart.sgml,v 1.3 2000/06/28 16:40:04 athompso Exp $ -->
<sect1>Cart
<p>
@@ -80,7 +80,7 @@
shopping cart. Returns the position number of <tt/$art/ in the
shopping cart.
-<tag>remove_item</tag>
+<tag>remove_item($art, $num)</tag>
<p>
Remove <tt/$num/ many articles of article number <tt/$art/ from the
shopping cart, if there are at least that many articles in the
@@ -89,7 +89,7 @@
cart. If the function does return false, the cart has not been
modified.
-<tag>set_item</tag>
+<tag>set_item($art, $num)</tag>
<p>
Set the quantity of article number <tt/$art/ in the shopping cart to
exactly <tt/$num/. If <tt/$num/ is set to zero, article is removed from
@@ -122,7 +122,7 @@
This function should be provided by the user. It renders the
epilogue HTML to display a shopping cart listing.
-<tag>show_empty_cart</tag>
+<tag>show_empty_cart()</tag>
<p>
This function should be provided by the user. It should render
an appropriate message to symolize an empty cart.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: athompso: "[phplib-dev] cvs commit"
- Previous message: Kirill Maximov: "Re: [phplib-dev] php_odbc.c modification request"
- Next in thread: athompso: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Maybe reply: ssilk: "[phplib-dev] cvs commit"
- Maybe reply: kir: "[phplib-dev] cvs commit"
- Maybe reply: kir: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Maybe reply: athompso: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

