Completed
Push — master ( 0881bb...3a6ebc )
by Michael
04:47
created
xoops_trust_path/libs/altsys/include/autoupdate_from_theme.inc.php 1 patch
Switch Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -20,8 +20,4 @@
 block discarded – undo
20 20
 >>>>>>> feature/intval
21 21
             if ($count <= 0) {
22 22
                 include_once XOOPS_TRUST_PATH.'/libs/altsys/include/tpls_functions.php' ;
23
-                tplsadmin_import_data($xoopsConfig['template_set'], $file, implode('', file($file_path)), $mtime) ;
24
-            }
25
-        }
26
-    }
27
-}
23
+                tplsadmin_import_data($xoopsConfig['template_set'], $file, implode('', file($file_path)), $mtime
28 24
\ No newline at end of file
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mytplsadmin.php 1 patch
Switch Indentation   +1 added lines, -11 removed lines patch added patch discarded remove patch
@@ -398,14 +398,4 @@
 block discarded – undo
398 398
 			<select name='copy_to[{$tplset4disp}]'>
399 399
 				".str_replace('<option value=\''.$tplset4disp.'\'>'.$tplset4disp.'</option>', '', $tplset_options)."
400 400
 			</select>
401
-			<input name='copy_do[{$tplset4disp}]' type='submit' value='"._MYTPLSADMIN_BTN_COPY."' onclick='return altsys_mytpladmin_check_copy_submit(\""._MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES."\", \"{$tplset4disp}_\", true);' />
402
-		</td>\n" ;
403
-    }
404
-
405
-echo "	</tr>\n" ;
406
-
407
-
408
-echo '</table></form>';
409
-// end of table & form
410
-
411
-xoops_cp_footer() ;
401
+			<input name='copy_do[{$tplset4disp}]' type='submit' value='"._MYTPLSADMIN_BTN_COPY."' onclick='return altsys_mytpladmin_check_copy_submit(\""._MYTPLSADMIN_CNF_COPY_SELECTED_TEMPLATES."\", \"{$tplset4disp}
412 402
\ No newline at end of file
Please login to merge, or discard this patch.