Update Prototype to 1.7.3.0, core class array flatten, js update

- Prototype updated to 1.7.3 from 1.7.2
- Basic class has a array flatten with keys as flatten part (keys become
values)
- js update with aelx method
This commit is contained in:
Clemens Schwaighofer
2018-07-20 16:48:25 +09:00
parent a190148125
commit 71ab3e27bd
6 changed files with 254 additions and 56 deletions

View File

@@ -202,6 +202,9 @@ $date_1 = '2017/1/5';
$date_2 = '2017-01-05';
print "COMPARE DATE: ".$basic->compareDate($date_1, $date_2)."<br>";
// array re
// print error messages
print $login->printErrorMsg();
print $basic->printErrorMsg();