[9714] Replace tab with spaces, just to make at least one push today.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-04-10 00:01:54 +02:00
parent 53b84ffe19
commit f1af55f162
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,6 @@ UPDATE `mail` LEFT JOIN `item_text` ON `mail`.`itemtextid` = `item_text`.`id` SE
DELETE item_text FROM mail, item_text WHERE mail.itemtextid = item_text.id; DELETE item_text FROM mail, item_text WHERE mail.itemtextid = item_text.id;
ALTER TABLE `mail` DROP COLUMN `itemtextid`; ALTER TABLE `mail` DROP COLUMN `itemtextid`;
UPDATE item_instance SET data = REPLACE(data,' ',' '); UPDATE item_instance SET data = REPLACE(data,' ',' ');
UPDATE item_instance SET data = CONCAT(TRIM(data),' '); UPDATE item_instance SET data = CONCAT(TRIM(data),' ');

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9713" #define REVISION_NR "9714"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__