tom             Wed Feb 27 14:07:12 2002 EDT

  Modified files:              
    /phpdoc/de/chapters security.xml 
  Log:
  reformatted code for a better html-reading
  
Index: phpdoc/de/chapters/security.xml
diff -u phpdoc/de/chapters/security.xml:1.15 phpdoc/de/chapters/security.xml:1.16
--- phpdoc/de/chapters/security.xml:1.15        Wed Feb 27 02:41:26 2002
+++ phpdoc/de/chapters/security.xml     Wed Feb 27 14:07:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.44 Maintainer: tom Status: ready -->
+<!-- EN-Revision: 1.45 Maintainer: tom Status: ready -->
 <chapter id="security">
   <title>Sicherheit</title>
 
@@ -899,7 +899,8 @@
 $query = "SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET $offset;";
 
 // Beachten Sie %d im Formatstring, %s zu verwenden w�re sinnlos
-$query = sprintf("SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET %d;", 
$offset);
+$query = sprintf("SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET %d;",
+                 $offset);
 ]]>
          </programlisting>
         </example>


Reply via email to