Update info comments in all plugins

This commit is contained in:
Fabio Comuni 2011-06-14 15:08:03 +02:00
parent 00e142e4f7
commit b7dc9f8867
19 changed files with 151 additions and 30 deletions

View file

@ -1,5 +1,12 @@
<?php
/**
* Name: Java photo uploader
* Description: WARNING: This module currently has privacy issues. The java package does not pass the permissions array intact and could lead to photos being seen by people that were excluded from seeing them.
* Version: 1.0
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
*/
/**
*
* Java photo uploader, uses Jumploader
@ -93,4 +100,4 @@ function java_upload_photo_post_end(&$a,&$b) {
if(x($a->data,'java_upload') && $a->data['java_upload'])
killme();
}
}