Adding functions for the file- and category handling

This commit is contained in:
Michael Vogel 2014-03-20 18:51:13 +01:00
commit a03014a47c
2 changed files with 50 additions and 5 deletions

View file

@ -1,9 +1,4 @@
<?php
/*
To-Do:
- Update berücksichtigt keine Konversationen
*/
function network_init(&$a) {
if(! local_user()) {
notice( t('Permission denied.') . EOL);