In svn r31915:

"Remove dbtype pref in settings"


Code:
--------------------
    
  [% PROCESS settings/header.html %]
  -
  - [% WRAPPER setting title="SETUP_DBTYPE" desc="SETUP_DBTYPE_DESC" %]
  - <select class="stdedit" name="pref_dbtype" id="dbtype">
  -
  - <option [% IF prefs.dbtype == 'SQLite' %]selected [% END 
%]value="SQLite">[% 'SETUP_DBTYPE_SQLITE' | getstring %]</option>
  - <option [% IF prefs.dbtype == 'MySQL' %]selected [% END %]value="MySQL">[% 
'SETUP_DBTYPE_MYSQL' | getstring %]</option>
  - 
  - </select>
  - [% END %]
  
--------------------


So...no more official support for MySQL.  I suppose that power-users
can always see if they can make it work my manually editing
server.prefs.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=85714

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to