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 166... Zeile 166...
166
	 * @param	array	&$attributes
166
	 * @param	array	&$attributes
167
	 * @return	void
167
	 * @return	void
168
	 */
168
	 */
169
	protected function _attr_type(&$attributes)
169
	protected function _attr_type(&$attributes)
170
	{
170
	{
171
		// Reset field lenghts for data types that don't support it
171
		// Reset field lengths for data types that don't support it
172
		if (isset($attributes['CONSTRAINT']) && stripos($attributes['TYPE'], 'int') !== FALSE)
172
		if (isset($attributes['CONSTRAINT']) && stripos($attributes['TYPE'], 'int') !== FALSE)
173
		{
173
		{
174
			$attributes['CONSTRAINT'] = NULL;
174
			$attributes['CONSTRAINT'] = NULL;
175
		}
175
		}