Ignore:
Timestamp:
Apr 27, 2009, 7:25:40 AM (16 years ago)
Author:
george
Message:
  • Upraveno: Kódování tabulek a sloupců sjednoceno na utf8_czech_ci.
  • Opraveno: Zobrazení seznamu počítačů uživatele.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/finance.php

    r185 r195  
    216216        $ID = $Row4['parent'];
    217217      }
    218       //echo('Pocet '.$Row3[0].','.$Row['hosts'].'<br>');
    219218      $this->Database->update('network_segments', 'id='.$NetworkSegment['id'], array('price' => $Row2['Price'], 'users' => ($Row3[0] + $RowP['users']), 'consumption' => $Row2['Consumption'], 'users_overheads' => ($Row3[0] + $RowP2['users_overheads'])));
    220219    }
Note: See TracChangeset for help on using the changeset viewer.