[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4213 - in i18nHTML: . src/admin
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4213 - in i18nHTML: . src/admin |
Date: |
Sat, 6 Jan 2007 01:07:35 -0800 (PST) |
Author: grothoff
Date: 2007-01-06 01:07:33 -0800 (Sat, 06 Jan 2007)
New Revision: 4213
Modified:
i18nHTML/ChangeLog
i18nHTML/src/admin/Makefile.am
i18nHTML/src/admin/editor.php
Log:
fixing mantis 860
Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog 2007-01-06 08:59:48 UTC (rev 4212)
+++ i18nHTML/ChangeLog 2007-01-06 09:07:33 UTC (rev 4213)
@@ -1,3 +1,6 @@
+Sat Jan 6 02:03:56 MST 2007 CG
+ Administrative interface done.
+
Mon Jan 1 22:52:13 MST 2007 CG
Started work on administrative interface. Also reorganizing
structure of the files to allow for simpler, better installation.
Modified: i18nHTML/src/admin/Makefile.am
===================================================================
--- i18nHTML/src/admin/Makefile.am 2007-01-06 08:59:48 UTC (rev 4212)
+++ i18nHTML/src/admin/Makefile.am 2007-01-06 09:07:33 UTC (rev 4213)
@@ -18,3 +18,5 @@
status.php \
tables.php \
translate.php
+
+EXTRA_DIST = $(pkgdata_DATA)
Modified: i18nHTML/src/admin/editor.php
===================================================================
--- i18nHTML/src/admin/editor.php 2007-01-06 08:59:48 UTC (rev 4212)
+++ i18nHTML/src/admin/editor.php 2007-01-06 09:07:33 UTC (rev 4213)
@@ -50,12 +50,8 @@
$num = 0;
if ($result)
$num = mysql_numrows($result);
-if ($end > $num) {
+if ($end > $num)
$end = $num;
- $start = $end - $max;
-}
-if ($start < 0)
- $start = 0;
if ($num == 0) {
P();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4213 - in i18nHTML: . src/admin,
grothoff <=