Changeset 146465
- Timestamp:
- 08/16/2009 10:25:17 PM (17 years ago)
- File:
-
- 1 edited
-
zina/trunk/zina/batch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zina/trunk/zina/batch.php
r145926 r146465 161 161 // he gets the non-JS version... 162 162 163 if (!$nojs && isset($_COOKIE['has_js']) && $_COOKIE['has_js']) { 164 //if (!$nojs) { 163 if (!$nojs) { 165 164 return _zbatch_progress_page_js(); 166 165 } else { … … 443 442 $batch = NULL; 444 443 445 if ($_batch['nojs'] || !isset($_COOKIE['has_js']) || !$_COOKIE['has_js']) { 446 //if ($_batch['nojs']) { 444 if ($_batch['nojs']) { 447 445 #global $zc; 448 446 #$semaphore = $zc['cache_dir_private_abs'].'/.cron';
Note: See TracChangeset
for help on using the changeset viewer.