mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00

* Part 1 Removing closing tags when no HTML or other output comes after the last PHP codeblock. * Further removals * nothing --------- Co-authored-by: slawkens <slawkens@gmail.com>
3 lines
138 B
PHP
3 lines
138 B
PHP
<?php
|
|
if($db->hasColumn(TABLE_PREFIX . 'spells', 'spell'))
|
|
$db->query("ALTER TABLE `" . TABLE_PREFIX . "spells` DROP COLUMN `spell`;"); |