http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13889

--- Comment #12 from M. Tompsett <[email protected]> ---
Comment on attachment 38116
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38116
Bug 13889 - Add information about cron jobs to system log

Review of attachment 38116:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13889&attachment=38116)
-----------------------------------------------------------------

::: installer/data/mysql/updatedatabase.pl
@@ +10039,5 @@
> +if ( CheckVersion($DBversion) ) {
> +    $dbh->do("INSERT IGNORE INTO `systempreferences` 
> (variable,value,explanation,options,type) VALUES ('CronjobLog','0',NULL,'If 
> ON, log information from cron jobs.','YesNo');");
> +    print "Upgrade to $DBversion done (Add CronjobLog syspref)\n";
> +    SetVersion ($DBversion);
> +}

This new. Why not do the new atomic update way?
http://wiki.koha-community.org/wiki/Database_updates

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to