- updated version (incl revcheck comment) for revcheck testing

This commit is contained in:
andreas
2004-07-16 08:17:51 +00:00
parent d31aa3aa37
commit 1c3a2e3934

View File

@@ -1,7 +1,6 @@
<!-- Smarty German Documentation Port --> <?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Id$ -->
<!-- $Author$ -->
<!-- $Revision$ --> <!-- $Revision$ -->
<!-- DE-Revision: 1.1 Maintainer: andreas Status: ready -->
<part id="getting.started"> <part id="getting.started">
<title>Erste Schritte</title> <title>Erste Schritte</title>
<chapter id="what.is.smarty"> <chapter id="what.is.smarty">
@@ -367,9 +366,8 @@ require(SMARTY_DIR.'Smarty.class.php');
class Smarty_GuestBook extends Smarty { class Smarty_GuestBook extends Smarty {
function Smarty_GuestBook() { function Smarty_GuestBook()
{
// Konstruktor. Diese Werte werden f&uuml;r jede Instanz automatisch gesetzt // Konstruktor. Diese Werte werden f&uuml;r jede Instanz automatisch gesetzt
$this->Smarty(); $this->Smarty();