Commit 0b7628df18794a18edf04b1fc2197ef4cd118acb

Authored by Charl Joseph Mert
1 parent 3ed0e0e0

API - Folder details permissions

PT:2087823

Removed the temp write_log function. Logging wass broken on that day for some reason.

Updated by: Charl Joseph Mert
Showing 1 changed file with 0 additions and 7 deletions
ktapi/KTAPIFolder.inc.php
... ... @@ -503,13 +503,6 @@ class KTAPI_Folder extends KTAPI_FolderItem
503 503 return $perms;
504 504 }
505 505  
506   -
507   - function write_log($msg){
508   - $fp = fopen('/var/www/knowledgetree/var/log/charl.txt', 'a');
509   - fwrite($fp, $msg);
510   - fclose($fp);
511   - }
512   -
513 506 /**
514 507 * Get's a folder listing, recursing to the given depth
515 508 *
... ...