Changeset 113


Ignore:
Timestamp:
Jan 25, 2010, 10:03:48 PM (14 years ago)
Author:
jazz
Message:
  • 當註冊人數超過預設值,會顯示帳號已滿。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop-register/index.php

    r112 r113  
    7272      <P ALIGN="center">
    7373      <?
    74    if ( $my_mysql->count_is_active_user($link) < 500 )
     74   if ( $my_mysql->count_is_active_user($link) < 999 )
    7575   {
    7676      echo '<A HREF="new_register.php">新增帳號</A>';
Note: See TracChangeset for help on using the changeset viewer.