Changeset 622
- Timestamp:
- Nov 25, 2014 10:43:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/helpers/lockfile_helper.php
r621 r622 38 38 $content = $lockCount . $colSep . $lockTime . $colSep . $isLocked; 39 39 40 if($ready == 1 && $checkLockOnly == 0) {40 if($ready == 1 && !$checkLockOnly) { 41 41 $fh = fopen ($filePath,'w'); 42 42 fwrite ($fh, $content);
Note: See TracChangeset
for help on using the changeset viewer.