diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-04-15 19:24:23 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-04-15 19:24:23 +0200 |
commit | 3d89b2caa41bc99f48b8377c87e9c653f467631d (patch) | |
tree | 6aafbd2f185f7ce2ea9340c0370480766e5d1bfc /lib/base.php | |
parent | 3c01e307484a2738ed0314b7acf829cb7c9d8cdb (diff) | |
download | nextcloud-server-3d89b2caa41bc99f48b8377c87e9c653f467631d.tar.gz nextcloud-server-3d89b2caa41bc99f48b8377c87e9c653f467631d.zip |
php is not perl
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/lib/base.php b/lib/base.php index f013cb8213d..054ba2415e0 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1,24 +1,24 @@ <?php /** -* ownCloud -* -* @author Frank Karlitschek -* @copyright 2010 Frank Karlitschek karlitschek@kde.org -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE -* License as published by the Free Software Foundation; either -* version 3 of the License, or any later version. -* -* This library is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU AFFERO GENERAL PUBLIC LICENSE for more details. -* -* You should have received a copy of the GNU Affero General Public -* License along with this library. If not, see <http://www.gnu.org/licenses/>. -* -*/ + * ownCloud + * + * @author Frank Karlitschek + * @copyright 2010 Frank Karlitschek karlitschek@kde.org + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE + * License as published by the Free Software Foundation; either + * version 3 of the License, or any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU AFFERO GENERAL PUBLIC LICENSE for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + */ // set some stuff @@ -478,8 +478,6 @@ class OC_DB { $query = self::processQuery( $query ); self::connect(); - //fix differences between sql versions - // return the result $result = self::$DBConnection->prepare( $query ); |