Ignore:
Timestamp:
Nov 23, 2009, 10:15:00 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Použití správného uvodního tagu <?php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/jirihajda/index.php

    r1 r9  
    1 <?
     1<?php
    22include_once('db.php');
    33
     
    2222<h3>Seznam aktuálních projektù a aktivit:</h3><hr>
    2323<table>
    24 <?
     24<?php
    2525DB_Select('projekty', '*', 'finished = 0');
    2626while($Row = DB_Row())
Note: See TracChangeset for help on using the changeset viewer.