fetch1("select ".$tempnamef.",".$tempidf." from ".$temptbname." where ".$tempidf."='$tempid'"); if(!$r[$tempidf]) { printerror("EmptyEditTempid","history.go(-1)"); } $newr=$empire->fetch1("select ".$tempnamef.",".$tempidf." from ".$temptbname." where ".$tempidf."='$newtempid'"); //ID已存在 $lastid=0; if($newr[$tempidf]) { $lastr=$empire->fetch1("select ".$tempnamef.",".$tempidf." from ".$temptbname." order by ".$tempidf." desc limit 1"); $lastid=$lastr[$tempidf]+1; $empire->query("update ".$temptbname." set ".$tempidf."='$lastid' where ".$tempidf."='$newtempid'"); } $sql=$empire->query("update ".$temptbname." set ".$tempidf."='$newtempid' where ".$tempidf."='$tempid'"); //对换 if($newr[$tempidf]&&$redo==1&&$lastid) { $empire->query("update ".$temptbname." set ".$tempidf."='$tempid' where ".$tempidf."='$lastid'"); } if($sql) { //操作日志 insert_dolog("tb=$temptb&tempid=$tempid&tempname=".$r[$tempnamef]."&gid=$gid&newtempid=$newtempid&redo=$redo"); printerror("EditTempidSuccess",EcmsGetReturnUrl()); } else { printerror("DbError","history.go(-1)"); } } //操作 $enews=$_POST['enews']; if(empty($enews)) {$enews=$_GET['enews'];} if($enews) { hCheckEcmsRHash(); } //修改模板ID if($enews=="EditTempid") { EditTempid($_POST,$logininid,$loginin); } $gid=(int)$_GET['gid']; $tempid=(int)$_GET['tempid']; $tempno=(int)$_GET['tempno']; $tgtemps=''; $tgsql=$empire->query("select gid,gname,isdefault from {$dbtbpre}enewstempgroup order by gid"); while($tgr=$empire->fetch($tgsql)) { $selected=''; if($tgr['gid']==$gid) { $selected=' selected'; } $tgtemps.=""; } db_close(); $empire=null; ?>
位置:修改模板ID |