Disable "Swap Comics" pending further investigation.
darkmorford -
81988dfe45dd
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -41,7 +41,7 $submenu['manage-comics.php'] = array(
41 'manage-types.php' => 'Types',
41 'manage-types.php' => 'Types',
42 'manage-twitter-users.php' => 'Twitter Users',
42 'manage-twitter-users.php' => 'Twitter Users',
43 'manage-metatypes.php' => 'Metatypes',
43 'manage-metatypes.php' => 'Metatypes',
44 'swap-comics.php' => 'Swap Comics',
44 //'swap-comics.php' => 'Swap Comics',
45 'character-twitter.php' => 'Character Twitters',
45 'character-twitter.php' => 'Character Twitters',
46 'view-adminlog.php' => 'View Admin Log'
46 'view-adminlog.php' => 'View Admin Log'
47 );
47 );
@@ -19,9 +19,9 if($_POST)
19
19
20 swap_strips( $a, $b );
20 swap_strips( $a, $b );
21
21
22 close($f);
22 fclose($f);
23
23
24 $info.='<p>Strips $a and $b swapped successfully.</p>';
24 $info.="<p>Strips $a and $b swapped successfully.</p>";
25 adminlog("Strips $a and $b have been swapped.", MTS_STRIP, MTA_MODIFY);
25 adminlog("Strips $a and $b have been swapped.", MTS_STRIP, MTA_MODIFY);
26 }
26 }
27
27
Comments 0
You need to be logged in to leave comments. Login now