Ignore:
Timestamp:
Feb 20, 2015, 9:38:00 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Switching measures from list of available graphs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/old/database.php

    r51 r53  
    77{
    88  var $Prefix = '';
     9
     10  function query($Query)
     11  {
     12    //echo($Query."<br/>\n");
     13    return(parent::query($Query));
     14  }
    915
    1016  function select($Table, $What = '*', $Condition = 1)
Note: See TracChangeset for help on using the changeset viewer.