From 64d4d57615f1002d3993cc319959c2b97e4f6775 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Fri, 16 Jul 2010 11:36:03 +0200 Subject: fix permissions, start to implement private data api --- inc/MDB2/Date.php | 0 inc/MDB2/Driver/Datatype/Common.php | 0 inc/MDB2/Driver/Datatype/mysql.php | 0 inc/MDB2/Driver/Datatype/pgsql.php | 0 inc/MDB2/Driver/Datatype/sqlite.php | 0 inc/MDB2/Driver/Function/Common.php | 0 inc/MDB2/Driver/Function/mysql.php | 0 inc/MDB2/Driver/Function/pgsql.php | 0 inc/MDB2/Driver/Function/sqlite.php | 0 inc/MDB2/Driver/Manager/Common.php | 0 inc/MDB2/Driver/Manager/mysql.php | 0 inc/MDB2/Driver/Manager/pgsql.php | 0 inc/MDB2/Driver/Manager/sqlite.php | 0 inc/MDB2/Driver/Native/Common.php | 0 inc/MDB2/Driver/Native/mysql.php | 0 inc/MDB2/Driver/Native/pgsql.php | 0 inc/MDB2/Driver/Native/sqlite.php | 0 inc/MDB2/Driver/Reverse/Common.php | 0 inc/MDB2/Driver/Reverse/mysql.php | 0 inc/MDB2/Driver/Reverse/pgsql.php | 0 inc/MDB2/Driver/Reverse/sqlite.php | 0 inc/MDB2/Driver/mysql.php | 0 inc/MDB2/Driver/pgsql.php | 0 inc/MDB2/Driver/sqlite.php | 0 inc/MDB2/Extended.php | 0 inc/MDB2/Iterator.php | 0 inc/MDB2/LOB.php | 0 27 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 inc/MDB2/Date.php mode change 100755 => 100644 inc/MDB2/Driver/Datatype/Common.php mode change 100755 => 100644 inc/MDB2/Driver/Datatype/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/Datatype/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/Datatype/sqlite.php mode change 100755 => 100644 inc/MDB2/Driver/Function/Common.php mode change 100755 => 100644 inc/MDB2/Driver/Function/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/Function/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/Function/sqlite.php mode change 100755 => 100644 inc/MDB2/Driver/Manager/Common.php mode change 100755 => 100644 inc/MDB2/Driver/Manager/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/Manager/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/Manager/sqlite.php mode change 100755 => 100644 inc/MDB2/Driver/Native/Common.php mode change 100755 => 100644 inc/MDB2/Driver/Native/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/Native/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/Native/sqlite.php mode change 100755 => 100644 inc/MDB2/Driver/Reverse/Common.php mode change 100755 => 100644 inc/MDB2/Driver/Reverse/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/Reverse/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/Reverse/sqlite.php mode change 100755 => 100644 inc/MDB2/Driver/mysql.php mode change 100755 => 100644 inc/MDB2/Driver/pgsql.php mode change 100755 => 100644 inc/MDB2/Driver/sqlite.php mode change 100755 => 100644 inc/MDB2/Extended.php mode change 100755 => 100644 inc/MDB2/Iterator.php mode change 100755 => 100644 inc/MDB2/LOB.php (limited to 'inc/MDB2') diff --git a/inc/MDB2/Date.php b/inc/MDB2/Date.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Datatype/Common.php b/inc/MDB2/Driver/Datatype/Common.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Datatype/mysql.php b/inc/MDB2/Driver/Datatype/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Datatype/pgsql.php b/inc/MDB2/Driver/Datatype/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Datatype/sqlite.php b/inc/MDB2/Driver/Datatype/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Function/Common.php b/inc/MDB2/Driver/Function/Common.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Function/mysql.php b/inc/MDB2/Driver/Function/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Function/pgsql.php b/inc/MDB2/Driver/Function/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Function/sqlite.php b/inc/MDB2/Driver/Function/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Manager/Common.php b/inc/MDB2/Driver/Manager/Common.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Manager/mysql.php b/inc/MDB2/Driver/Manager/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Manager/pgsql.php b/inc/MDB2/Driver/Manager/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Manager/sqlite.php b/inc/MDB2/Driver/Manager/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Native/Common.php b/inc/MDB2/Driver/Native/Common.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Native/mysql.php b/inc/MDB2/Driver/Native/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Native/pgsql.php b/inc/MDB2/Driver/Native/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Native/sqlite.php b/inc/MDB2/Driver/Native/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Reverse/Common.php b/inc/MDB2/Driver/Reverse/Common.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Reverse/mysql.php b/inc/MDB2/Driver/Reverse/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Reverse/pgsql.php b/inc/MDB2/Driver/Reverse/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/Reverse/sqlite.php b/inc/MDB2/Driver/Reverse/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/mysql.php b/inc/MDB2/Driver/mysql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/pgsql.php b/inc/MDB2/Driver/pgsql.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Driver/sqlite.php b/inc/MDB2/Driver/sqlite.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Extended.php b/inc/MDB2/Extended.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/Iterator.php b/inc/MDB2/Iterator.php old mode 100755 new mode 100644 diff --git a/inc/MDB2/LOB.php b/inc/MDB2/LOB.php old mode 100755 new mode 100644 -- cgit v1.2.3