Changeset 186 for trunk/phpbms/modules/bms/install/uninstall.php
- Timestamp:
- 02/16/07 11:59:50 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/install/uninstall.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/install/uninstall.php
r150 r186 65 65 $theresult=mysql_query(trim($deletestatement),$dbtlink); 66 66 if(!$theresult){ 67 echo "<div style=\"font-size:10px;\">".mysql_error($dbtlink)." -- '".$deletestatement."'<br > </div>";67 echo "<div style=\"font-size:10px;\">".mysql_error($dbtlink)." -- '".$deletestatement."'<br /> </div>"; 68 68 $thereturn="false"; 69 69 } … … 162 162 <?php if (!$_POST["command"]){?> 163 163 <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 /> 165 165 <form name="form1" method="post" action="<?php echo $_SERVER["PHP_SELF"]?>"> 166 166 <input name="command" type="submit" class="Buttons" value="Uninstall BMS Module">