/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to BooKa.php

  • Committer: Mr-X
  • Author(s): gustav.hartvigsson
  • Date: 2010-06-30 17:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: mr-x@zepto-20100630170406-6kolqq35qh50bvza
Fixed a parsing error, namly replaced all <? with <?php.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                                }
41
41
                        } ?>
42
42
                 </p>
43
 
                        <?
 
43
                        <?php
44
44
                        if($_SESSION[admin] == true && $_GET[showadminpage]== "true" ){
45
45
                        ?>
46
46
                        
134
134
                                                        <td> Admin </td>
135
135
                                                        <td> remove </td>
136
136
                                                </tr> <!-- end of row one -->
137
 
                                                <?
 
137
                                                <?php
138
138
                                                
139
139
                                                $result = $db->query("SELECT * FROM users") or die("could not do query!");
140
140
                                                foreach($result as $row){
160
160
                                                        </td>
161
161
                                                </tr> <!-- end of row two and up -->
162
162
                                                
163
 
                                                <?
 
163
                                                <?php
164
164
                                                }
165
165
                                                ?>
166
166
                                        </table>
167
167
                                         
168
168
 
169
169
 
170
 
                        <?
 
170
                        <?php
171
171
                                }
172
172
                        }
173
173
                        ?>
174
174
        </div>
175
 
<?      
 
175
<?php
176
176
} else {
177
177
?>
178
178
        <div class="head"><img src="./img/Logo.png" alt="BooKa´s logo" /></div>