phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/install/uninstall.php

    r150 r186  
    6565                        $theresult=mysql_query(trim($deletestatement),$dbtlink);  
    6666                        if(!$theresult){ 
    67                                 echo "<div style=\"font-size:10px;\">".mysql_error($dbtlink)." -- '".$deletestatement."'<br>&nbsp;</div>"; 
     67                                echo "<div style=\"font-size:10px;\">".mysql_error($dbtlink)." -- '".$deletestatement."'<br />&nbsp;</div>"; 
    6868                                $thereturn="false"; 
    6969                        } 
     
    162162                <?php if (!$_POST["command"]){?> 
    163163                <p>Uninstalling the BMS module will <strong>not</strong> delete the module directory module or files form the server, but it will uninstall the entries from the phpBMS applications and drop all the tables that were installed by the module.</p> 
    164             <div align="center"><strong class="large">Before clicking the uninstall module, make certain this the action you want to take.</strong><br> 
     164            <div align="center"><strong class="large">Before clicking the uninstall module, make certain this the action you want to take.</strong><br /> 
    165165            <form name="form1" method="post" action="<?php echo $_SERVER["PHP_SELF"]?>"> 
    166166                        <input name="command" type="submit" class="Buttons" value="Uninstall BMS Module"> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.