Fix indentace
authorThomas Mudrunka <tomas@mudrunka.cz>
Sat, 28 Jul 2012 23:47:08 +0000 (01:47 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sat, 28 Jul 2012 23:47:08 +0000 (01:47 +0200)
index.php

index 3c078e98f38039ca4c34e18686a04bdc977aeead..d4c3cb3c5e151873f8282a4554465f8aa8ae07c6 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1098,8 +1098,8 @@ class Sklad_UI {
                //Sephirot:
                if(!isset($PATH_CHUNKS[1])) $PATH_CHUNKS[1]='';
                if($_SERVER['REQUEST_METHOD'] != 'POST' && $PATH_CHUNKS[1]!='barcodeimg' && $PATH_CHUNKS[1]!='api') { //TODO: tyhle podminky naznacujou, ze je v navrhu nejaka drobna nedomyslenost...
-           $result = $this->db->safe_query_fetch("SELECT * FROM `lock`;");
-       $headerhtml = !empty($result) ? T('There are locks:').' '.$this->html->render_item_table($result) : '';
+                       $result = $this->db->safe_query_fetch("SELECT * FROM `lock`;");
+                       $headerhtml = !empty($result) ? T('There are locks:').' '.$this->html->render_item_table($result) : '';
                        echo $this->html->header($PATH_INFO,$this->db->auth->get_user(),$headerhtml);
                }
                switch($PATH_CHUNKS[1]) { //TODO: Move some branches to plugins if possible
This page took 0.091333 seconds and 4 git commands to generate.