- Timestamp:
- 04/04/08 06:08:04 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/lib/MT/ObjectDriver/Driver/DBD/mysql.pm
r1174 r1769 77 77 # 'SET NAMES' command, so it's safe to SET NAMES in the future. 78 78 $cfg->SQLSetNames(1, 1); 79 $cfg->save_config;80 79 } 81 80 } else { … … 83 82 # assign SQLSetNames to 0 to prevent further errors. 84 83 $cfg->SQLSetNames(0, 1); 85 $cfg->save_config;86 84 return 0; 87 85 }
