Subversion-Projekte lars-tiefland.ci

Revision

Revision 2049 | Revision 2242 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2049 Revision 2107
Zeile 161... Zeile 161...
161
	 * @param	array	&$attributes
161
	 * @param	array	&$attributes
162
	 * @return	void
162
	 * @return	void
163
	 */
163
	 */
164
	protected function _attr_type(&$attributes)
164
	protected function _attr_type(&$attributes)
165
	{
165
	{
166
		// Reset field lenghts for data types that don't support it
166
		// Reset field lengths for data types that don't support it
167
		if (isset($attributes['CONSTRAINT']) && stripos($attributes['TYPE'], 'int') !== FALSE)
167
		if (isset($attributes['CONSTRAINT']) && stripos($attributes['TYPE'], 'int') !== FALSE)
168
		{
168
		{
169
			$attributes['CONSTRAINT'] = NULL;
169
			$attributes['CONSTRAINT'] = NULL;
170
		}
170
		}