Letters Home
If you require paper copies of any letters or correspondence, please see the main office who will provide you with these, free of charge.
MySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY document.ts DESC' at line 17 - SQL:
SELECT
document.filename,
document.did,
document.title,
document.ts,
document.pwd,
document.private,
document.filesize,
documentcat.title AS ctitle
FROM
document
LEFT JOIN
documentcat
ON
document.dcid = documentcat.dcid
WHERE
document.live=1 AND document.dcid = ORDER BY document.ts DESC
There are currently no documents under this category.