]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Thu, 11 Aug 2011 15:06:42 +0000 (17:06 +0200)
committerJakub Vrana <jakub@vrana.cz>
Thu, 11 Aug 2011 15:06:42 +0000 (17:06 +0200)
12 files changed:
plugins/dump-zip.php
plugins/edit-calendar.php
plugins/email-table.php
plugins/file-upload.php
plugins/frames.php
plugins/login-servers.php
plugins/login-table.php
plugins/plugin.php
plugins/slugify.php
plugins/sql-log.php
plugins/tinymce.php
plugins/wymeditor.php

index d6d9f81d4eec334bbd2979157bbf4a4180b55a01..0d2bf642a151fff0b0d9078d9c83a75bc17332c8 100644 (file)
@@ -7,7 +7,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerDumpZip {
-       /** @var string @access protected */
+       /** @access protected */
        var $filename;
        
        function dumpOutput() {
index 68d302122d04964a1c430a1dd655a9ff126303b0..7b7430e9c3fbea65303522e1c6dc066ab618e980 100644 (file)
@@ -8,7 +8,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerEditCalendar {
-       /** @var string @access protected */
+       /** @access protected */
        var $prepend, $langPath;
        
        /**
index bc8867a34f298c234261d8ab31000e87af7f0c5f..e09c91c89fcdaf582cd95d08eb0464be5b996490 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerEmailTable {
-       /** @var string @access protected */
+       /** @access protected */
        var $table, $id, $title, $subject, $message;
        
        /**
index 8429a056758e3ae5826884b0d428db40edf2f247..831a343afcfce88b8bfe4e69bcdf13f9e8ad2451 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerFileUpload {
-       /** @var string @access protected */
+       /** @access protected */
        var $uploadPath, $displayPath;
        
        /**
index 8738d64fdc0c356bdc2744ec34f136df21f4cdf9..c13841a4df5d0897f725676fb5a00f17b6f030bb 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerFrames {
-       /** @var bool @access protected */
+       /** @access protected */
        var $sameOrigin;
        
        /**
index 4a06b02ce708c30b878f9d7d59a5bba2744e67ae..872836cd3170551830eaa1db88eddc9022afca9c 100644 (file)
@@ -6,11 +6,8 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerLoginServers {
-       /** @var array @access protected */
-       var $servers;
-       
-       /** @var string @access protected */
-       var $driver;
+       /** @access protected */
+       var $servers, $driver;
        
        /** Set supported servers
        * @param array array($domain) or array($domain => $description) or array($category => array())
index 8643919972afd5f4ef57e757f0f1b9a55fbc69ff..6215e5e09761f61286e4f4238f87184367a381a2 100644 (file)
@@ -15,7 +15,7 @@ CREATE TABLE login (
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerLoginTable {
-       /** @var string @access protected */
+       /** @access protected */
        var $database;
        
        /** Set database of login table
index ea6f6a6ffff08d90ac33c507aeabcaac753aa5ec..1e3d3188e4e397bfb27e182d71d540f9ceefbf45 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerPlugin extends Adminer {
-       /** @var array @access protected */
+       /** @access protected */
        var $plugins;
        
        function _findRootClass($class) { // is_subclass_of(string, string) is available since PHP 5.0.3
index 6760317e6f0126bc5db01e890542f76b44d3bbf0..329468643dad9491e21becdea1a14f2732454295 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerSlugify {
-       /** @var string @access protected */
+       /** @access protected */
        var $from, $to;
        
        /**
index cf0005aef2d6ef70c24798a3f16d624dc7443620..af2fe61c742cf9b01c771f8d322eba4cd0e2aa67 100644 (file)
@@ -6,7 +6,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerSqlLog {
-       /** @var string @access protected */
+       /** @access protected */
        var $filename;
        
        /**
index 30553545e67c57482909296f96171fda42c66b3d..1a17a997c0407a404a164869fb2e3de7817c0dd4 100644 (file)
@@ -7,7 +7,7 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerTinymce {
-       /** @var string @access protected */
+       /** @access protected */
        var $path;
        
        /**
index cb726230d56a7c5dc61b3bff5006337300d72d4f..06dc02d205d3bb276db81d608247ad4a5e21b0f5 100644 (file)
@@ -7,11 +7,8 @@
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
 */
 class AdminerWymeditor {
-       /** @var array @access protected */
-       var $scripts;
-       
-       /** @var string @access protected */
-       var $options;
+       /** @access protected */
+       var $scripts, $options;
        
        /**
        * @param array