Magellan Linux

Diff of /alx-src/branches/alx-web-060/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2638 by niro, Thu Jul 7 20:01:30 2011 UTC revision 2639 by niro, Thu Jul 7 20:15:52 2011 UTC
# Line 82  $drop['hostname'] = 'bold'; Line 82  $drop['hostname'] = 'bold';
82  $drop['session'] = 'bold';  $drop['session'] = 'bold';
83  if($alxos>='0.6.0')  if($alxos>='0.6.0')
84  {  {
85   $drop['cfg_autostart_session'] = array('');   $drop['cfg_autostart_session'] = sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, '', 'filename');
86   $drop['cfg_autostart_session'] += sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, 'array', 'filename');   array_unshift($drop['cfg_autostart_session'], "");
87  }  }
88  else  else
89  {  {

Legend:
Removed from v.2638  
changed lines
  Added in v.2639