Changeset 22796 for branches/version-2_12-dev/data/class/batch
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/batch/SC_Batch_Update.php
r22567 r22796 31 31 * @version $Id$ 32 32 */ 33 class SC_Batch_Update extends SC_Batch 34 { 33 class SC_Batch_Update extends SC_Batch { 35 34 36 35 /** … … 50 49 * @return void 51 50 */ 52 function execute($target = '.') 53 { 51 function execute($target = '.') { 54 52 $msg = ''; 55 53 $oldMask = umask(0); … … 198 196 * @see http://www.php.net/glob 199 197 */ 200 function listdirs($dir) 201 { 198 function listdirs($dir) { 202 199 static $alldirs = array(); 203 200 $dirs = glob($dir . '/*'); … … 216 213 * @param string $path 絶対パス 217 214 */ 218 function lfMkdirRecursive($path) 219 { 215 function lfMkdirRecursive($path) { 220 216 $path = dirname($path); 221 217 … … 240 236 } 241 237 242 function makeDistInfo($bkupDistInfoArray) 243 { 238 function makeDistInfo($bkupDistInfoArray) { 244 239 $src = "<?php\n" 245 240 . '$distifo = array(' . "\n"; … … 253 248 } 254 249 255 function printLog($msg) 256 { 250 function printLog($msg) { 257 251 GC_Utils_Ex::gfPrintLog($msg, DATA_REALDIR . 'logs/ownersstore_batch_update.log'); 258 252 }
Note: See TracChangeset
for help on using the changeset viewer.
