first
This commit is contained in:
14
modules/admin/action/a.bookmark_order.php
Normal file
14
modules/admin/action/a.bookmark_order.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
checkAdmin(0);
|
||||
|
||||
$i = 0;
|
||||
foreach ($bookmark_pages_order as $val)
|
||||
{
|
||||
$i++;
|
||||
getDbUpdate($table['s_admpage'],'gid='.$i,'uid='.$val.' and memberuid='.$my['uid']);
|
||||
}
|
||||
|
||||
getLink('','','','');
|
||||
?>
|
||||
Reference in New Issue
Block a user