Revert "Fix coding style old files (part 2)"

This commit is contained in:
Daniel Preussker
2015-07-15 08:09:10 +00:00
parent 4ebabc634a
commit ba90b85f9f
731 changed files with 33750 additions and 37288 deletions
+2 -3
View File
@@ -13,9 +13,7 @@
if(is_admin() === false) {
echo ('ERROR: You need to be admin');
}
else {
} else {
?>
<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="Delete" aria-hidden="true">
@@ -157,3 +155,4 @@ $('#create-group').click('', function(e) {
<?php
}
?>