GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9482e8
)
Zmena precedence sloupecku kvuli malejm displayum
author
Thomas Mudrunka
<tomas@mudrunka.cz>
Fri, 24 Feb 2012 18:03:09 +0000
(19:03 +0100)
committer
Thomas Mudrunka
<tomas@mudrunka.cz>
Fri, 24 Feb 2012 18:03:09 +0000
(19:03 +0100)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index 75303defa82a35de05737998c1947ab70811b53c..e0160347bb35f891b15a59e7925eb15011dd9a04 100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-387,7
+387,7
@@
EOF;
}
function table_sort(&$table) {
- $precedence = array('item_id', 'model_image', 'model_name','model_descript','category_name','status_name','room_name');
+ $precedence = array('item_id', 'model_image', 'model_name','model_descript','category_name','status_name','room_name'
,'item_quantity','item_price_in','item_price_out','item_relations'
);
$table_sorted = array();
foreach($table as $id => $row) {
$table_sorted[$id] = array();
This page took
0.235179 seconds
and
4
git commands to generate.