Changeset 235 for quests/form.php
- Timestamp:
- Jan 15, 2008, 9:45:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/form.php
r232 r235 58 58 <table border="1"> 59 59 <tr> 60 <th>Èíslo Q.: <?php echo $LineAJ['entry'];?></th>60 <th>Èíslo Q.: <?php echo $LineAJ['entry'];?></th> 61 61 <th>Nepøelo¾ené</th> 62 62 <th>Pøelo¾ené</th> … … 81 81 <?php foreach($Texts as $Index => $TextItem) 82 82 { 83 if ( $LineAJ[$TextItem[0]] <> '' and $Line[$TextItem[0]] <> '')83 if (($LineAJ[$TextItem[0]] <> '') and ($Line[$TextItem[0]] <> '')) 84 84 echo ' 85 85 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.