[PHPLIB-DEV] cvs commit From: kk (phplib-dev <email protected>)
Date: 12/14/99

From: kk
Date: Tue Dec 14 09:15:02 1999
Modified files:
      php-lib/doc/sgml/04-cart.sgml

Log message:
Documentation change.

Index: php-lib/doc/sgml/04-cart.sgml
diff -u php-lib/doc/sgml/04-cart.sgml:1.1 php-lib/doc/sgml/04-cart.sgml:1.2
--- php-lib/doc/sgml/04-cart.sgml:1.1 Fri Jul 16 23:45:34 1999
+++ php-lib/doc/sgml/04-cart.sgml Tue Dec 14 09:14:31 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 04-cart.sgml,v 1.1 1999/07/16 21:45:34 kk Exp $ -->
+<!-- $Id: 04-cart.sgml,v 1.2 1999/12/14 08:14:31 kk Exp $ -->
 
 <sect1>Cart
 <p>
@@ -334,7 +334,7 @@
   $cart = new Example_Cart;
 
   // $sess is already global
- $sess->register("cart");
+ $cart->start();
  ?&gt;
 </code></tscreen>
 </itemize>

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.