[phplib-dev] cvs commit From: athompso (phplib-dev <email protected>)
Date: 06/28/00

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&lowbar;item</tag>
+<tag>remove&lowbar;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&lowbar;item</tag>
+<tag>set&lowbar;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&lowbar;empty&lowbar;cart</tag>
+<tag>show&lowbar;empty&lowbar;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>