directory structure and web-time format

This commit is contained in:
Bastian Schroll 2015-04-04 19:10:50 +02:00
parent 98932c1efe
commit a4e7d6f3f6
4 changed files with 16 additions and 10 deletions

View file

@ -55,9 +55,9 @@
case "direction":
if(substr($fms,9,1) == 1){
return "L-F";
return "L->F";
}elseif(substr($fms,9,1) == 0){
return "F-L";
return "F->L";
}
break;