1
1
Fork 0

photo editing

This commit is contained in:
Mike Macgirvin 2010-08-07 06:20:27 -07:00
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))) . '>';
}