Ignore:
Timestamp:
01/21/14 01:37:43 (11 years ago)
Author:
Daniela Dorner
Message:
updated query to case-sensitive DB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/dch/shiftinfo.php

    r17150 r17532  
    2424
    2525echo "<br> &nbsp;&nbsp;Night: ".$today." (date of sunset) <br>";
    26 $query="SELECT u FROM calendar.data WHERE CONCAT(y, LPAD(m+1, 2, 0), LPAD(d,2,0))='".$today."' AND x=0 ";
     26$query="SELECT u FROM calendar.Data WHERE CONCAT(y, LPAD(m+1, 2, 0), LPAD(d,2,0))='".$today."' AND x=0 ";
    2727//echo $query;
    2828include ("db.php");
Note: See TracChangeset for help on using the changeset viewer.