/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: Gustav Hartvigsson
  • Date: 2010-06-08 15:37:26 UTC
  • Revision ID: gego@quad-20100608153726-hfcax9mcvh81e5fm
fixxed stupid xhtml parsing error... that I coused yesturday, lol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                        <?php   
117
117
                                if($_SESSION[admin]){ //this section prpbobly needs re work?
118
118
                                        if($_GET[showrmuser]=="true"){
119
 
                                                echo "<a href='BooKa.php?showadminpage=true&amp&showrmuser=false'>[Hide remove user page]</a><br /> \n";
 
119
                                                echo "<a href='BooKa.php?showadminpage=true&amp;showrmuser=false'>[Hide remove user page]</a><br /> \n";
120
120
                                        }
121
121
                                        if($_GET[showrmuser]=="false" || $_GET[showrmuser] == null){
122
 
                                                echo "<a href='BooKa.php?showadminpage=true&amp&showrmuser=true'>[Show remove user page]</a><br /> \n";
 
122
                                                echo "<a href='BooKa.php?showadminpage=true&amp;showrmuser=true'>[Show remove user page]</a><br /> \n";
123
123
                                        }
124
124
                                }
125
125
                                if($_GET[showrmuser]=="true"){