6.0.0-beta1
7/21/25

[#8372] unneeded(?) file creation code in _kronolith_put
Summary unneeded(?) file creation code in _kronolith_put
Queue Kronolith
Queue Version 2.3.1
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester rpolli (at) babel (dot) it
Created 06/23/2009 (5872 days ago)
Due
Updated 06/26/2009 (5869 days ago)
Assigned
Resolved 06/26/2009 (5869 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/26/2009 02:00:26 PM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Your guess that this was debugging code seems to be correct - it 
wasn't even in kronolith-git. I've removed it.
06/26/2009 02:00:03 PM CVS Commit Comment #2 Reply to this comment
06/23/2009 04:19:57 PM rpolli (at) babel (dot) it Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ unneeded(?) file creation code in _kronolith_put
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
in _kronolith_put I found



function _kronolith_put($path, $content, $content_type)

{

     $f = fopen('/tmp/kronolith_put.ics', 'w');

     fwrite($f, $content);

     fclose($f);



if it's not debug, then the filename should be randomized



if it's ok, pls ignore this post ;)


Saved Queries