[Dehs-devel] r181 - trunk

Raphael Geissert geissert at alioth.debian.org
Tue Feb 2 00:47:31 UTC 2010


Author: geissert
Date: 2010-02-02 00:47:30 +0000 (Tue, 02 Feb 2010)
New Revision: 181

Modified:
   trunk/dehs_pg.php
Log:
Add a missing semicolon


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2010-02-01 23:40:31 UTC (rev 180)
+++ trunk/dehs_pg.php	2010-02-02 00:47:30 UTC (rev 181)
@@ -30,7 +30,7 @@
 require "dehs.config.inc";
 require "events.class.php";
 # Use PEAR: Archive_Tar to uncompress 3.0 debian.tar.gz files
-require "PEAR.php"
+require "PEAR.php";
 require "Archive/Tar.php";
 dir_ctrl($dirs);
 if (!function_exists('file_get_contents')) {




More information about the Dehs-devel mailing list