SVN Commit by dpage: r4909 - trunk/www/support

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4909 - trunk/www/support
Date: 2006-01-17 13:31:26
Message-ID: 200601171331.k0HDVQXj026697@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2006-01-17 13:31:26 +0000 (Tue, 17 Jan 2006)
New Revision: 4909

Modified:
trunk/www/support/faq.php
Log:
Correct path for the FAQ

Modified: trunk/www/support/faq.php
===================================================================
--- trunk/www/support/faq.php 2006-01-17 13:28:26 UTC (rev 4908)
+++ trunk/www/support/faq.php 2006-01-17 13:31:26 UTC (rev 4909)
@@ -13,7 +13,7 @@

';

-$file = "../faq/index.php";
+$file = "../pgadmin3/faq/index.php";
if (file_exists($file))
$PAGE_CONTENT .= file_get_contents($file);

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-17 13:51:11 SVN Commit by dpage: r4910 - in trunk/www: download locale
Previous Message svn 2006-01-17 13:28:26 SVN Commit by dpage: r4908 - trunk/www/cache