From 97b0448eeb9c521ba2cfc60be6f9c5eedd7bb928 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 1 Aug 2009 11:14:52 -0400 Subject: [PATCH] bumping quick spine label printing to DBrev 039 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index aaa5a0c4da..3d253ce17c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -2480,7 +2480,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.01.00.038'; +$DBversion = '3.01.00.039'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type)VALUES('SpineLabelFormat', '', '', 'This preference defines the format for the quick spine label printer. Just list the fields you would like to see in the order you would like to see them, surrounded by <>, for example .', 'Textarea')"); SetVersion ($DBversion); -- 2.39.2