Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Still more fiddling with the loading stuff.
authorkirinji <kirinji@b7d4c41f-bb2b-0410-be1d-d0fb2b8774c1>
Mon, 6 Aug 2007 01:12:11 +0000 (01:12 +0000)
committerkirinji <kirinji@b7d4c41f-bb2b-0410-be1d-d0fb2b8774c1>
Mon, 6 Aug 2007 01:12:11 +0000 (01:12 +0000)
cgi-files/Modules/Database/MySQL5.pm
cgi-files/Modules/Database/SQLite.pm
cgi-files/kiriwrite.cgi

index 18fe539..d2c9c17 100644 (file)
@@ -31,7 +31,7 @@ use Encode qw();
 
 # Load the following Perl modules.
 
-use DBI;
+use DBI qw(:sql_types);
 
 # Set the following values.
 
index 92bce19..1fa3a9a 100644 (file)
@@ -30,7 +30,7 @@ use warnings;
 
 # Load the following Perl modules.
 
-use DBI qw();
+use DBI qw(:sql_types);
 
 # Set the following values.
 
index bb13b10..4f0fc6d 100755 (executable)
 use strict;                            # Throw errors if there's something wrong.
 use warnings;                          # Write warnings to the HTTP Server Log file.
 
-use utf8 qw();
+use utf8;
 use CGI qw(header);
 use CGI::Carp('fatalsToBrowser');      # Output errors to the browser.
-use Tie::IxHash qw();
+use Tie::IxHash;
 
 # Declare global variables for Kiriwrite settings and languages.
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy