SVN Commit by dpage: r4908 - trunk/www/cache

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

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

Modified:
trunk/www/cache/update.php
Log:
correct path for po_status.php

Modified: trunk/www/cache/update.php
===================================================================
--- trunk/www/cache/update.php 2006-01-17 13:22:17 UTC (rev 4907)
+++ trunk/www/cache/update.php 2006-01-17 13:28:26 UTC (rev 4908)
@@ -1,6 +1,6 @@
<?php

- require_once "../class/po_status.php";
+ require_once "../include/po_status.php";

$translated = new po_status();
$outofdate = new po_status();

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-17 13:31:26 SVN Commit by dpage: r4909 - trunk/www/support
Previous Message svn 2006-01-17 13:15:15 SVN Commit by dpage: r4906 - trunk/www