16 Mar
2005
16 Mar
'05
10:25 p.m.
User: dries Branch: HEAD Date: Wed, 16 Mar 2005 21:25:27 +0000 Modified files: /database database.mysql Log message: - Patch #12497 by Morbus: Just working on a profile reporting idea and spotted that the following fields appear to have incorrect type definitions: profile_values.fid = int(11) profile_values.uid = int(11) These both appear inconsistant with the rest of the database (that I have seen i.e. user tables) where they are defined as int(10). The profile_fields.fid is defined as int(10) also. Links: http://cvs.drupal.org/diff.php?path=drupal/database/database.mysql&old=1.170...