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:
authorMichal Čihař <mcihar@novell.com>2010-07-20 15:59:17 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-20 15:59:17 +0400
commit318dc4b650cc487fbcf6c1b444f4b05b4a0de1c5 (patch)
tree228fb70f45dbeecdfcef8b3794461e2b19c0daed /tbl_relation.php
parent95c0b5125d1be0177d9a30f8b7414804662e6064 (diff)
Drop @version tag from docblocks.
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 5ca5ed54ee..ab58511770 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -10,7 +10,6 @@
* @todo check foreign fields to be from same type and size, all other makes no sense
* @todo add an link to create an index required for constraints, or an option to do automatically
* @todo if above todos are fullfilled we can add all fields meet requirements in the select dropdown
- * @version $Id$
* @package phpMyAdmin
*/