/[LeafOK_CVS]/fenglin/manage/gen_ex_daily.php
ViewVC logotype

Diff of /fenglin/manage/gen_ex_daily.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Sat Oct 16 12:16:03 2004 UTC Revision 1.5 by sysadm, Sat Mar 1 09:05:03 2025 UTC
# Line 40  Line 40 
40    
41          while($row_shell=mysql_fetch_array($rs_shell))          while($row_shell=mysql_fetch_array($rs_shell))
42          {          {
43                  echo (" [".$row_shell["s_title"]."] ...\n");                  echo ("更新 [".$row_shell["s_title"]."] 中...\n");
44                  $_GET["sid"] = $row_shell["SID"];                  $_GET["sid"] = $row_shell["SID"];
45                  include "./gen_ex_section.php";                  include "./gen_ex_section.php";
46                  $new = true;                  $new = true;
# Line 50  Line 50 
50    
51          if ($new)          if ($new)
52          {          {
53                  echo ("Ŀ¼...\n");                  echo ("生成目录中...\n");
54                  include "./gen_ex_context.php";                  include "./gen_ex_context.php";
55          }          }
56    
# Line 68  Line 68 
68    
69                  while($row_shell=mysql_fetch_array($rs_shell))                  while($row_shell=mysql_fetch_array($rs_shell))
70                  {                  {
71                          echo (" [".$row_shell["s_title"]."] ...\n");                          echo ("打包 [".$row_shell["s_title"]."] 中...\n");
72                          $_GET["sid"] = $row_shell["SID"];                          $_GET["sid"] = $row_shell["SID"];
73                          include "./gen_ex_pack.php";                          include "./gen_ex_pack.php";
74                  }                  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1