first
This commit is contained in:
10
modules/post/action/a.modifycategorygid.php
Normal file
10
modules/post/action/a.modifycategorygid.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
checkAdmin(0);
|
||||
|
||||
$i = 0;
|
||||
foreach($categorymembers as $val) getDbUpdate($table[$m.'category'],'gid='.($i++),'uid='.$val);
|
||||
|
||||
getLink('reload','parent.','','');
|
||||
?>
|
||||
Reference in New Issue
Block a user