Changeset 8634
- Timestamp:
- Jan 12, 2011, 9:41:00 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/maintenance.php
r8404 r8634 113 113 { 114 114 $template->delete_compiled_templates(); 115 FileCombiner::clear_combined_files(); 115 116 break; 116 117 } -
trunk/include/template.class.php
r8506 r8634 187 187 $this->smarty->compile_id = $save_compile_id; 188 188 file_put_contents($this->smarty->compile_dir.'/index.htm', 'Not allowed!'); 189 FileCombiner::clear_combined_files();190 189 } 191 190 -
trunk/picture.php
r8126 r8634 216 216 array( 217 217 'start' => 218 floor($page['current_rank'] / $ user['nb_image_page'])219 * $ user['nb_image_page']218 floor($page['current_rank'] / $page['nb_image_page']) 219 * $page['nb_image_page'] 220 220 ), 221 221 array(
Note: See TracChangeset
for help on using the changeset viewer.