Changeset 96

Show
Ignore:
Timestamp:
02/21/06 23:36:58 (3 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-09 20:19:32 by root]
petite correction pour les quotas par défaut

Original author: root
Date: 2003-06-09 20:19:32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bureau/class/m_quota.php

    r95 r96  
    11<?php 
    22/* 
    3  $Id: m_quota.php,v 1.4 2003/06/09 20:13:40 root Exp $ 
     3 $Id: m_quota.php,v 1.5 2003/06/09 20:19:32 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    248248        $tot=$db->f("value"); 
    249249      } else { 
    250         $db->query("INSERT INTO defquotas (quota,value) ('$key',0);"); 
     250        $db->query("INSERT INTO defquotas (quota,value) VALUES ('$key',0);"); 
    251251        $tot=0; 
    252252      }