Changeset 472 for branches/beta/pages/dotation.php
- Timestamp:
- Mar 7, 2009, 5:11:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/pages/dotation.php
r443 r472 27 27 <th>Suma</th> 28 28 <th>Popis</th> 29 <th>Odměna</th> 29 30 </tr> 30 31 "; … … 32 33 while ($row = $load_dotation -> fetch_array()) 33 34 { 35 $odmena = $row["odmena"]; 36 34 37 if ($row["time"] != "") 35 38 { … … 49 52 <td align=\"center\">".$plus.$row["money"]."</td> 50 53 <td align=\"left\">".$operace[$row["operation"]]." ".$row["description"]."</td> 54 <td align=\"center\">".$odmena."</td> 51 55 </tr> 52 56 ";
Note:
See TracChangeset
for help on using the changeset viewer.