betz            Sun Apr  6 08:53:58 2003 EDT

  Modified files:              
    /phpdoc/dsssl/docbook/common        dbl1zhhk.dsl dbl1zhhk.ent 
  Log:
  reference to undefined variable for zhhk (hopefully) solved 
  
  
  
Index: phpdoc/dsssl/docbook/common/dbl1zhhk.dsl
diff -u phpdoc/dsssl/docbook/common/dbl1zhhk.dsl:1.1 
phpdoc/dsssl/docbook/common/dbl1zhhk.dsl:1.2
--- phpdoc/dsssl/docbook/common/dbl1zhhk.dsl:1.1        Tue Feb 18 22:27:45 2003
+++ phpdoc/dsssl/docbook/common/dbl1zhhk.dsl    Sun Apr  6 08:53:58 2003
@@ -9,7 +9,7 @@
 <style-specification id="docbook-l10n-zhhk">
 <style-specification-body>
 
-;; $Id: dbl1zhhk.dsl,v 1.1 2003/02/19 03:27:45 glace Exp $
+;; $Id: dbl1zhhk.dsl,v 1.2 2003/04/06 12:53:58 betz Exp $
 ;;
 ;; This file is part of the Modular DocBook Stylesheet distribution.
 ;; See ../README or http://nwalsh.com/docbook/dsssl/
@@ -395,6 +395,10 @@
 (define %gentext-zhhk-page% "")
 
 (define %gentext-zhhk-and% "&and;")
+
+(define %gentext-zhhk-listcomma% "&listcomma;")
+
+(define %gentext-zhhk-lastlistcomma% "&lastlistcomma;")
 
 (define %gentext-zhhk-bibl-pages% "&Pgs;")
 
Index: phpdoc/dsssl/docbook/common/dbl1zhhk.ent
diff -u phpdoc/dsssl/docbook/common/dbl1zhhk.ent:1.1 
phpdoc/dsssl/docbook/common/dbl1zhhk.ent:1.2
--- phpdoc/dsssl/docbook/common/dbl1zhhk.ent:1.1        Tue Feb 18 22:27:45 2003
+++ phpdoc/dsssl/docbook/common/dbl1zhhk.ent    Sun Apr  6 08:53:58 2003
@@ -60,6 +60,8 @@
 <!ENTITY TableofContents       "\U-76EE;\U-9304;">
 <!ENTITY in            "\U-5728;">
 <!ENTITY by            "\U-7531;">
+<!ENTITY lastlistcomma   "">
+<!ENTITY listcomma       ",">
 <!ENTITY Edited                "\U-7DE8;\U-8F2F;">
 <!ENTITY Editedby      "\U-7DE8;\U-8F2F;">
 <!ENTITY and           "\U-540C;\U-6642;">



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to