Date: 09/26/01
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /pt_BR language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Wed Sep 26 01:58:47 2001 EDT
Modified files:
/phpdoc global.ent
/phpdoc/es/features http-auth.xml
Log:
Added deleted entries for the Spanish manual and removed a silly typo.
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.111 phpdoc/global.ent:1.112
--- phpdoc/global.ent:1.111 Wed Sep 26 01:13:03 2001
+++ phpdoc/global.ent Wed Sep 26 01:58:46 2001
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.111 2001/09/26 05:13:03 eschmid Exp $
+ $Id: global.ent,v 1.112 2001/09/26 05:58:46 eschmid Exp $
Contains global "macros" for all the XML documents.
@@ -189,6 +189,9 @@
<!ENTITY email.php.install 'php-install <email protected>'>
<!ENTITY email.php.install.subscribe 'php-install-subscribe <email protected>'>
+
+<!ENTITY email.php3 'php-general <email protected>'>
+<!ENTITY email.php3.subscribe 'php-general-subscribe <email protected>'>
<!ENTITY link.rasmus '<ulink url="mailto:&email.rasmus;">Rasmus Lerdorf</ulink>'>
<!ENTITY link.stig '<ulink url="mailto:&email.stig;">Stig Sæther Bakken</ulink>'>
Index: phpdoc/es/features/http-auth.xml
diff -u phpdoc/es/features/http-auth.xml:1.4 phpdoc/es/features/http-auth.xml:1.5
--- phpdoc/es/features/http-auth.xml:1.4 Sat Jun 23 16:35:09 2001
+++ phpdoc/es/features/http-auth.xml Wed Sep 26 01:58:47 2001
@@ -78,7 +78,7 @@
<programlisting role="php">
<?php
function authenticate() {
- Header( "WWW-Authenticate: Basic realm=\"Test Autentificación Sistema\"");
+ Header( "WWW-Authenticate: Basic realm=\"Test Autentificación Sistema\"");
Header( "HTTP/1.0 401 No autorizado");
echo "Debe introducir un nombre de usuario y contraseña válidos para acceder a
este recurso\n";
- Next message: Hartmut Holzgraefe: "Re: [PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /pt_BR language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

