the $cfgLimitChars applies to blob and text fields

This commit is contained in:
Loïc Chapeaux
2001-09-01 19:22:59 +00:00
parent 1dae331fe8
commit 868944f467

View File

@@ -556,8 +556,9 @@
<dt><b>$cfgLimitChars </b>integer</dt> <dt><b>$cfgLimitChars </b>integer</dt>
<dd> <dd>
Maximal number of Chars showed in a TEXT field on browse view. Can be Maximal number of Chars showed in a <tt>TEXT</tt> OR a <tt>BLOB</tt>
turned off by a toggle button on the browse page. field on browse view. Can be turned off by a toggle button on the
browse page.
<br /><br /> <br /><br />
</dd> </dd>
@@ -897,16 +898,17 @@
your table properties and add the other fields. your table properties and add the other fields.
</p> </p>
<p> <p>
<b>I get errors about not being able to include a file in /lang</b> <b>I get errors about not being able to include a file in <i>/lang</i></b>
<br /> <br />
Check php.ini, or ask your sysadmin to check it. The <i>include_path</i> Check <i>php.ini</i>, or ask your sysadmin to check it. The
must contain "." somewhere in it, and <i>open_basedir</i>, if used, <tt>include_path</tt> must contain "." somewhere in it, and
must contain "." and "./lang" to allow normal operation of phpMyAdmin. <tt>open_basedir</tt>, if used, must contain "." and "./lang" to allow
normal operation of phpMyAdmin.
</p> </p>
<p> <p>
<b>I have found a bug. How do I inform developers?</b> <b>I have found a bug. How do I inform developpers?</b>
<br /> <br />
Our Bug Tracker is located at <a href="http://sourceforge.net/projects/phpmyadmin"> Our Bug Tracker is located at <a href="http://sourceforge.net/projects/phpmyadmin">
http://sourceforge.net/projects/phpmyadmin</a> under the Bugs section. http://sourceforge.net/projects/phpmyadmin</a> under the Bugs section.