credit for user preferences; new terminology (configuration storage)

This commit is contained in:
Marc Delisle
2010-08-21 08:09:24 -04:00
parent 82acbb2ba3
commit 2c345d1087

View File

@@ -1155,7 +1155,8 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
To allow the usage of this functionality: To allow the usage of this functionality:
<ul> <ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li> <li>set up <a href="#pmadb">pmadb</a> and the phpMyAdmin
configuration storage</li>
<li>put the table name in <tt>$cfg['Servers'][$i]['userconfig']</tt></li> <li>put the table name in <tt>$cfg['Servers'][$i]['userconfig']</tt></li>
</ul> </ul>
</dd> </dd>
@@ -4831,9 +4832,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<li>BLOBstreaming support</li> <li>BLOBstreaming support</li>
</ul></li> </ul></li>
<li>Piotr Przybylski (Google Summer of Code 2008) <li>Piotr Przybylski (Google Summer of Code 2008 and 2010)
<ul> <ul>
<li>improved setup script</li> <li>improved setup script</li>
<li>user preferences</li>
</ul></li> </ul></li>
<li>Derek Schaefer (Google Summer of Code 2009) <li>Derek Schaefer (Google Summer of Code 2009)