Fixed php examples and plugins so no warnings are given with the latest versions...
[infodrom/rico3] / examples / php / ex2json.php
index 685e030..d85848f 100644 (file)
@@ -33,7 +33,7 @@ Rico.onLoad( function() {
     highlightElem: 'cursorRow',\r
     columnSpecs   : [,,,,,{type:'date'},{type:'date'}]\r
   };\r
-  buffer=new Rico.Buffer.AjaxSQL('ricoQuery.php', {fmt:'json', TimeOut:<?php print array_shift(session_get_cookie_params())/60 ?>});\r
+  buffer=new Rico.Buffer.AjaxSQL('ricoQuery.php', {fmt:'json', TimeOut:<?php $c=session_get_cookie_params(); print $c["lifetime"]/60; ?>});\r
   orderGrid=new Rico.LiveGrid ('ex2', buffer, opts);\r
   orderGrid.menu=new Rico.GridMenu({});\r
 });\r