[docs] docs - racke modified icconfig.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Mon Apr 1 09:55:01 2002


User:      racke
Date:      2002-04-01 14:54:51 GMT
Modified:  .        icconfig.sdf
Log:
Sub: use the same sub name in the embedded Perl code example

Revision  Changes    Path
1.59      +3 -3      docs/icconfig.sdf


rev 1.59, prev_rev 1.58
Index: icconfig.sdf
===================================================================
RCS file: /anon_cvs/repository/docs/icconfig.sdf,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- icconfig.sdf	18 Feb 2002 00:41:59 -0000	1.58
+++ icconfig.sdf	1 Apr 2002 14:54:51 -0000	1.59
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icconfig.sdf,v 1.58 2002/02/18 00:41:59 mheins Exp $
+# $Id: icconfig.sdf,v 1.59 2002/04/01 14:54:51 racke Exp $
 
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.58 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.59 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icadvanced.html"
@@ -2269,7 +2269,7 @@
 !block example
    [perl]
        my $cart = $Carts->{main};
-       return sort_cart($cart);
+       return sort_cart_by_quantity($cart);
    [/perl]
 !endblock