changing permissions on templates and scripts
authorkados <jmf@liblime.com>
Tue, 7 Aug 2007 18:20:51 +0000 (13:20 -0500)
committerkados <jmf@liblime.com>
Tue, 7 Aug 2007 18:20:51 +0000 (13:20 -0500)
25 files changed:
about.pl
acqui/orderreceive.pl [changed mode: 0755->0644]
acqui/parcel.pl [changed mode: 0755->0644]
acqui/parcels.pl [changed mode: 0755->0644]
admin/categoryitem.pl [changed mode: 0755->0644]
admin/itemtypecategory.pl [changed mode: 0755->0644]
admin/itemtypesubcategory.pl [changed mode: 0755->0644]
admin/mediatype.pl [changed mode: 0755->0644]
circ/selectbranchprinter.pl [changed mode: 0755->0644]
circ/transferstoreceive.pl [changed mode: 0755->0644]
installer/InstallAuth.pm [changed mode: 0755->0644]
installer/externalmodules.pl [changed mode: 0755->0644]
installer/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/members/memberentryA.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/members/memberentryP.tmpl [changed mode: 0644->0755]
members/borrowers_details.pl [changed mode: 0755->0644]
members/member-picupload.pl [changed mode: 0755->0644]
members/setdebar.pl [changed mode: 0755->0644]
reports/reports-home.pl [changed mode: 0755->0644]
serials/checkexpiration.pl [changed mode: 0755->0644]

index 641451e..99b9fd5 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+รถ#!/usr/bin/perl
  
 # This file is part of Koha.
 #
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index a22b064..e8d7374 100644 (file)
@@ -1632,6 +1632,20 @@ CREATE TABLE `users` (
   `level` smallint(6) default NULL
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
+--
+-- Table structure for table `websites`
+--
+
+DROP TABLE IF EXISTS `websites`;
+CREATE TABLE `websites` (
+  `websitenumber` int(11) NOT NULL auto_increment,
+  `biblionumber` int(11) NOT NULL default '0',
+  `title` mediumtext,
+  `description` mediumtext,
+  `url` varchar(255) default NULL,
+  PRIMARY KEY  (`websitenumber`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
 --
 -- Table structure for table `z3950queue`
 --
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)