Changeset 1552

Show
Ignore:
Timestamp:
05/01/06 10:16:12 (2 years ago)
Author:
remi
Message:

do not forget to commit your final work in order to not have a broken version in the repository

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/src/spoolsize.php

    r1551 r1552  
    55// On déverrouile le bureau AlternC :)  
    66alternc_shutdown(); 
    7  
    8 echo "<pre>"; 
    97 
    108echo "---------------------------\n Generating size-cache for mail accounts\n\n"; 
     
    2119while ($c=mysql_fetch_array($r)) { 
    2220  echo $c["db"]; flush(); 
    23   $size=$mysql->get_db_size($c["db"]) { 
     21  $size=$mysql->get_db_size($c["db"]); 
    2422  mysql_query("REPLACE INTO size_db SET db='".addslashes($c["db"])."',size='$size';"); 
    2523  echo " done ($size KB) \n"; flush();