]> git.mxchange.org Git - friendica.git/commitdiff
cleanup obsolete comments
authorZach Prezkuta <fermion@gmx.com>
Fri, 15 Jun 2012 03:01:59 +0000 (21:01 -0600)
committerZach Prezkuta <fermion@gmx.com>
Thu, 5 Jul 2012 20:26:42 +0000 (14:26 -0600)
include/lock.php

index be6130e1d091ec5f74d969935e58c7f5ef2a0dd3..6d7bf60555cb9af854b4936e8af1a8c14429ff75 100644 (file)
@@ -2,8 +2,6 @@
 
 // Provide some ability to lock a PHP function so that multiple processes
 // can't run the function concurrently
-// The function must have a line inserted into the 'lock' table with the
-// function's name in the 'name' field
 if(! function_exists('lock_function')) {
 function lock_function($fn_name, $block = true, $wait_sec = 2) {
        if( $wait_sec == 0 )