The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
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 Smile
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