Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/engines/memory.lib.php')
-rw-r--r--libraries/engines/memory.lib.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/engines/memory.lib.php b/libraries/engines/memory.lib.php
index b4f2c9c1f2..a826a3881b 100644
--- a/libraries/engines/memory.lib.php
+++ b/libraries/engines/memory.lib.php
@@ -1,6 +1,9 @@
<?php
-/* $Id$ */
-// vim: expandtab sw=4 ts=4 sts=4:
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * @version $Id$
+ */
+
/**
* the MEMORY (HEAP) storage engine
*/