The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
version 4.4 - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: version 4.4 (/showthread.php?tid=1078) |
version 4.4 - UsaMusa - 06-20-2018 Hello, I really can't wait to use the Multilingual Feature in userspice 4.4 When do you expect to release it? Thank you guys very much version 4.4 - mudmin - 06-20-2018 Did you delete your question about MAX? Glad you're enjoying it! We still have a ways to go on 4.4. We're taking our time to get it right! version 4.4 - UsaMusa - 06-21-2018 Yes sorry that was a syntax error. I was trying for get this query to work: Code: $maxVal= $db->query("SELECT MAX(stnr) FROM standards")->first()->stnr; but it worked just fine when when I used AS Code: $maxVal= $db->query("SELECT MAX(stnr) AS maxVal FROM standards")->first()->maxVal; Thanks |