Form inheritance work for lists, removal of $session{os}{slash}
This commit is contained in:
parent
abe85d439e
commit
99df1f414e
90 changed files with 1364 additions and 1168 deletions
|
|
@ -287,10 +287,8 @@ sub open {
|
|||
$session{os}{name} = $^O;
|
||||
if ($session{os}{name} =~ /MSWin32/i || $session{os}{name} =~ /^Win/i) {
|
||||
$session{os}{type} = "Windowsish";
|
||||
$session{os}{slash} = "\\";
|
||||
} else {
|
||||
$session{os}{type} = "Linuxish";
|
||||
$session{os}{slash} = "/";
|
||||
}
|
||||
###----------------------------
|
||||
### default database handler object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue