I generally like, and appreciate the work you have done.
However, it is yet far from perfect yet

There is a bug/typo in admin/record.delcomment.php
Line 24:
Code: Select all
print "<p align=\"center\">".$PMF_LANG["ad_entry_commentdelsuc."<p><a href=\"".$_SERVER["PHP_SELF"].$linke xt."&aktion=editentry&id=".$_REQUEST["artid"]."&lang=".$_REQUEST["lang"]."\">".$PMF_LANG["ad_entry_back"]."</a></p>";
Code: Select all
print "<p align=\"center\">".$PMF_LANG["ad_entry_commentdelsuc"]."<p><a href=\"".$_SERVER["PHP_SELF"].$linke xt."&aktion=editentry&id=".$_REQUEST["artid"]."&lang=".$_REQUEST["lang"]."\">".$PMF_LANG["ad_entry_back"]."</a></p>";

I have two more "complains":
- -- There should really be a way to track which question people make comments, because if you have more than 50 questions, it's impossible to go one by one. My suggestion would in "Edit Records" there would be a note in front of the questions if there were any comments or not in front of each one.
- -- This one is more serious: When I tried to wipe the whole directory in order to test the new release candidate, I couldn't delete all the files:
Code: Select all
[canuck@host faq]$ ls -alR
total 6
drwxrwxrwx 5 canuck users 1024 Jul 8 10:37 .
drwxr-xr-x 8 canuck users 2048 Jul 7 15:14 ..
drwxr-xr-x 2 nobody nobody 1024 Jul 7 15:16 attachments
drwxr-xr-x 2 nobody nobody 1024 Jul 8 09:52 data
drwxr-xr-x 2 nobody nobody 1024 Jul 7 17:51 pdf
attachments:
total 3
drwxr-xr-x 2 nobody nobody 1024 Jul 7 15:16 .
drwxrwxrwx 5 canuck users 1024 Jul 8 10:37 ..
-rw-r--r-- 1 nobody nobody 308 Jul 7 15:21 index.html
data:
total 23
drwxr-xr-x 2 nobody nobody 1024 Jul 8 09:52 .
drwxrwxrwx 5 canuck users 1024 Jul 8 10:37 ..
-rw-r--r-- 1 nobody nobody 308 Jul 7 15:21 index.html
-rw-r--r-- 1 nobody nobody 19169 Jul 7 21:52 tracking07072004
-rw-r--r-- 1 nobody nobody 0 Jul 8 09:52 tracking08072004
pdf:
total 9
drwxr-xr-x 2 nobody nobody 1024 Jul 7 17:51 .
drwxrwxrwx 5 canuck users 1024 Jul 8 10:37 ..
-rw-r--r-- 1 nobody nobody 1581 Jul 7 17:51 5.pdf
-rw-r--r-- 1 nobody nobody 3073 Jul 7 16:43 faq.pdf
-rw-r--r-- 1 nobody nobody 308 Jul 7 15:21 index.html
