[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.7,1.100.2.8

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Sep 9 10:20:00 CEST 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12114/updater

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
Undoing Logs

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.7
retrieving revision 1.100.2.8
diff -C2 -r1.100.2.7 -r1.100.2.8
*** updatedatabase	26 Aug 2005 12:28:57 -0000	1.100.2.7
--- updatedatabase	9 Sep 2005 08:19:57 -0000	1.100.2.8
***************
*** 369,381 ****
  							KEY biblionumber (biblionumber)
  						)",
- 	action_logs			=> "(
- 												`timestamp` TIMESTAMP NOT NULL ,
- 												`user` INT( 11 ) NOT NULL ,
- 												`module` TEXT default '',
- 												`action` TEXT default '' ,
- 												`object` INT(11) default '' ,
- 												`info` TEXT default '' ,
- 												PRIMARY KEY ( `timestamp` , `user` )
- 									 )",
  );
  
--- 369,372 ----
***************
*** 916,929 ****
              type                => 'YesNo',
          },
- 		{
-             uniquefieldrequired => 'variable',
-             variable            => 'Activate_Log',
-             value               => '0',
-             forceupdate         => { 'explanation' => 1,
-                                      'type' => 1},
-             explanation         => 'Turn Log Actions on DB On an Off',
-             type                => 'YesNo',
-         },
- 
      ],
  
--- 907,910 ----
***************
*** 1521,1524 ****
--- 1502,1508 ----
  
  # $Log$
+ # Revision 1.100.2.8  2005/09/09 08:19:57  hdl
+ # Undoing Logs
+ #
  # Revision 1.100.2.7  2005/08/26 12:28:57  hdl
  # Adding a test on a temporary value before processing it in Biblio.pm





More information about the Koha-cvs mailing list