View | Details | Raw Unified | Return to bug 20000
Collapse All | Expand All

(-)a/installer/data/mysql/patroncards_upgrade.pl (-1 / +1 lines)
Lines 13-19 Link Here
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
(-)a/installer/data/mysql/update22to30.pl (-1 / +1 lines)
Lines 11-16 Link Here
11
# - Would also be a good idea to offer to do a backup at this time...
11
# - Would also be a good idea to offer to do a backup at this time...
12
12
13
# NOTE:  If you do something more than once in here, make it table driven.
13
# NOTE:  If you do something more than once in here, make it table driven.
14
14
use Modern::Perl;
15
use Modern::Perl;
15
16
16
# CPAN modules
17
# CPAN modules
17
- 

Return to bug 20000