photo editing

This commit is contained in:
Mike Macgirvin
2010-08-07 06:20:27 -07:00
parent edff5b5289
commit adce88e564
7 changed files with 95 additions and 15 deletions

View File

@@ -498,3 +498,6 @@ function expand_acl($s) {
}
function sanitise_acl(&$item) {
$item = '<' . intval(notags(trim($item))) . '>';
}