diff --git a/browse_foreigners.php b/browse_foreigners.php index 714d8676d..0f39cb4fe 100644 --- a/browse_foreigners.php +++ b/browse_foreigners.php @@ -3,7 +3,6 @@ /** * display selection for relational field values * - * @version $Id$ * @package phpMyAdmin */ diff --git a/bs_change_mime_type.php b/bs_change_mime_type.php index b8fea6b55..8ad8d1abc 100644 --- a/bs_change_mime_type.php +++ b/bs_change_mime_type.php @@ -1,7 +1,6 @@ frames-capable browser.') * @uses $GLOBALS['cfg']['QueryHistoryDB'] * @uses $GLOBALS['cfg']['Server']['user'] diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 28994c2b1..5a31629c2 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -3,7 +3,6 @@ /** * * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Error.class.php b/libraries/Error.class.php index 849287e43..b063995be 100644 --- a/libraries/Error.class.php +++ b/libraries/Error.class.php @@ -3,7 +3,6 @@ /** * Holds class PMA_Error * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Error_Handler.class.php b/libraries/Error_Handler.class.php index fab7a3986..0b9089833 100644 --- a/libraries/Error_Handler.class.php +++ b/libraries/Error_Handler.class.php @@ -3,7 +3,6 @@ /** * Holds class PMA_Error_Handler * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/File.class.php b/libraries/File.class.php index 9dfe5687b..2f0fecd8a 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -3,7 +3,6 @@ /** * file upload functions * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Index.class.php b/libraries/Index.class.php index 66a2114ba..61d12113e 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -3,7 +3,6 @@ /** * holds the database index class * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/List.class.php b/libraries/List.class.php index 029b6fc3d..65ac7fc5a 100644 --- a/libraries/List.class.php +++ b/libraries/List.class.php @@ -3,7 +3,6 @@ /** * hold the PMA_List base class * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php index 397a6db32..f793ed424 100644 --- a/libraries/List_Database.class.php +++ b/libraries/List_Database.class.php @@ -3,7 +3,6 @@ /** * holds the PMA_List_Database class * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Message.class.php b/libraries/Message.class.php index ffddb87e0..68d32bcfc 100644 --- a/libraries/Message.class.php +++ b/libraries/Message.class.php @@ -3,7 +3,6 @@ /** * Holds class PMA_Message * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Partition.class.php b/libraries/Partition.class.php index cd696338a..c2b14a4e3 100644 --- a/libraries/Partition.class.php +++ b/libraries/Partition.class.php @@ -3,7 +3,6 @@ /** * Library for extracting information about the partitions * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/StorageEngine.class.php b/libraries/StorageEngine.class.php index 711f709e1..d0f697472 100644 --- a/libraries/StorageEngine.class.php +++ b/libraries/StorageEngine.class.php @@ -3,7 +3,6 @@ /** * Library for extracting information about the available storage engines * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Table.class.php b/libraries/Table.class.php index ef522f967..7839107e8 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Theme.class.php b/libraries/Theme.class.php index cf8f0a5b4..c74ec7b8e 100644 --- a/libraries/Theme.class.php +++ b/libraries/Theme.class.php @@ -3,7 +3,6 @@ /** * hold PMA_Theme class * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Theme_Manager.class.php b/libraries/Theme_Manager.class.php index 9adb7c54c..c5298f378 100644 --- a/libraries/Theme_Manager.class.php +++ b/libraries/Theme_Manager.class.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/Tracker.class.php b/libraries/Tracker.class.php index e909e76b8..82deb43fe 100644 --- a/libraries/Tracker.class.php +++ b/libraries/Tracker.class.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/auth/config.auth.lib.php b/libraries/auth/config.auth.lib.php index 71e9a62cd..e16d1894f 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -4,7 +4,6 @@ * Set of functions used to run config authentication (ie no authentication). * * @package phpMyAdmin-Auth-Config - * @version $Id$ */ diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index d524e1cb1..833703c0b 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -4,7 +4,6 @@ * Set of functions used to run cookie based authentication. * * @package phpMyAdmin-Auth-Cookie - * @version $Id$ */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/auth/http.auth.lib.php b/libraries/auth/http.auth.lib.php index 7ccea39e3..b3d305a10 100644 --- a/libraries/auth/http.auth.lib.php +++ b/libraries/auth/http.auth.lib.php @@ -5,7 +5,6 @@ * NOTE: Requires PHP loaded as a Apache module. * * @package phpMyAdmin-Auth-HTTP - * @version $Id$ */ diff --git a/libraries/auth/signon.auth.lib.php b/libraries/auth/signon.auth.lib.php index 2f828bda8..4215408af 100644 --- a/libraries/auth/signon.auth.lib.php +++ b/libraries/auth/signon.auth.lib.php @@ -4,7 +4,6 @@ * Set of functions used to run single signon authentication. * * @package phpMyAdmin-Auth-Signon - * @version $Id$ */ diff --git a/libraries/blowfish.php b/libraries/blowfish.php index 1dc3dcda0..ae85f4335 100644 --- a/libraries/blowfish.php +++ b/libraries/blowfish.php @@ -11,7 +11,6 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @version $Id$ * @since Horde 2.2 * @package horde.cipher */ diff --git a/libraries/bookmark.lib.php b/libraries/bookmark.lib.php index 73a9665b9..fa6b4bfcd 100644 --- a/libraries/bookmark.lib.php +++ b/libraries/bookmark.lib.php @@ -3,7 +3,6 @@ /** * Set of functions used with the bookmark feature * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/charset_conversion.lib.php b/libraries/charset_conversion.lib.php index 0b03c7ee3..9acd1843a 100644 --- a/libraries/charset_conversion.lib.php +++ b/libraries/charset_conversion.lib.php @@ -3,7 +3,6 @@ /** * Charset conversion functions. * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/check_user_privileges.lib.php b/libraries/check_user_privileges.lib.php index 398101bf6..6dbc251e4 100644 --- a/libraries/check_user_privileges.lib.php +++ b/libraries/check_user_privileges.lib.php @@ -3,7 +3,6 @@ /** * Get user's global privileges and some db-specific privileges * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/cleanup.lib.php b/libraries/cleanup.lib.php index 2bd1ef88c..b77fd315e 100644 --- a/libraries/cleanup.lib.php +++ b/libraries/cleanup.lib.php @@ -3,7 +3,6 @@ /** * Functions for cleanup of user input. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 8ad8a2c4f..abbd66372 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -28,7 +28,6 @@ * - db connection * - authentication work * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6591715ec..26114015f 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -3,7 +3,6 @@ /** * Misc functions used all over the scripts. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/config.default.php b/libraries/config.default.php index e16216c17..bb4e80571 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -16,7 +16,6 @@ * * All directives are explained in Documentation.html * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/core.lib.php b/libraries/core.lib.php index acc98145f..a4746e2a5 100644 --- a/libraries/core.lib.php +++ b/libraries/core.lib.php @@ -5,7 +5,6 @@ * This script is distinct from libraries/common.inc.php because this * script is called from /test. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php index de65d12b8..2f24e4fb7 100644 --- a/libraries/database_interface.lib.php +++ b/libraries/database_interface.lib.php @@ -3,7 +3,6 @@ /** * Common Option Constants For DBI Functions * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_common.inc.php b/libraries/db_common.inc.php index 5d1699546..b9a4a97d4 100644 --- a/libraries/db_common.inc.php +++ b/libraries/db_common.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_events.inc.php b/libraries/db_events.inc.php index 33c5d1798..a72c7eb24 100644 --- a/libraries/db_events.inc.php +++ b/libraries/db_events.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_info.inc.php b/libraries/db_info.inc.php index 20dff36ba..2d5652b4a 100644 --- a/libraries/db_info.inc.php +++ b/libraries/db_info.inc.php @@ -31,7 +31,6 @@ * @uses strnatcasecmp() * @uses count() * @uses addslashes() - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_links.inc.php b/libraries/db_links.inc.php index 1010eac93..a86bcf559 100644 --- a/libraries/db_links.inc.php +++ b/libraries/db_links.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_routines.inc.php b/libraries/db_routines.inc.php index 5235ab518..8af21970a 100644 --- a/libraries/db_routines.inc.php +++ b/libraries/db_routines.inc.php @@ -12,7 +12,6 @@ * our current sql.php. * Of course the interface would need a way to pass calling parameters. * Also, support DEFINER (like we do in export). - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_structure.lib.php b/libraries/db_structure.lib.php index 2b6f42034..c938ce071 100644 --- a/libraries/db_structure.lib.php +++ b/libraries/db_structure.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/db_table_exists.lib.php b/libraries/db_table_exists.lib.php index d1ae16a34..1110dc52d 100644 --- a/libraries/db_table_exists.lib.php +++ b/libraries/db_table_exists.lib.php @@ -4,7 +4,6 @@ * Ensure the database and the table exist (else move to the "parent" script) * and display headers * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/dbg/setup.php b/libraries/dbg/setup.php index 07732dfd6..5f3618584 100644 --- a/libraries/dbg/setup.php +++ b/libraries/dbg/setup.php @@ -1,7 +1,6 @@ * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/logging.lib.php b/libraries/logging.lib.php index a52098f16..87642472f 100644 --- a/libraries/logging.lib.php +++ b/libraries/logging.lib.php @@ -5,7 +5,6 @@ * * This includes web server specific code to log some information. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/mime.lib.php b/libraries/mime.lib.php index 6ee5249a9..b8d035a7b 100644 --- a/libraries/mime.lib.php +++ b/libraries/mime.lib.php @@ -3,7 +3,6 @@ /** * MIME detection code. * - * @version $Id$ * @package phpMyAdmin * @todo Maybe we could try to use fileinfo module if loaded */ diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php index c50894188..0b3413b39 100644 --- a/libraries/mult_submits.inc.php +++ b/libraries/mult_submits.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/mysql_charsets.lib.php b/libraries/mysql_charsets.lib.php index 1782a3e6c..303c63770 100644 --- a/libraries/mysql_charsets.lib.php +++ b/libraries/mysql_charsets.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/navigation_header.inc.php b/libraries/navigation_header.inc.php index 969d86ad8..d6cb38325 100644 --- a/libraries/navigation_header.inc.php +++ b/libraries/navigation_header.inc.php @@ -3,7 +3,6 @@ /** * displays the pma logo, links and db and server selection in left frame * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/ob.lib.php b/libraries/ob.lib.php index 22903247e..780ee0274 100644 --- a/libraries/ob.lib.php +++ b/libraries/ob.lib.php @@ -9,7 +9,6 @@ * Check for all the needed functions for output buffering * Make some wrappers for the top and bottoms of our files. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/opendocument.lib.php b/libraries/opendocument.lib.php index b81d7594c..810d97f5e 100644 --- a/libraries/opendocument.lib.php +++ b/libraries/opendocument.lib.php @@ -3,7 +3,6 @@ /** * Simple interface for creating OASIS OpenDocument files. * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/parse_analyze.lib.php b/libraries/parse_analyze.lib.php index 75dd00b21..345c0964c 100644 --- a/libraries/parse_analyze.lib.php +++ b/libraries/parse_analyze.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/plugin_interface.lib.php b/libraries/plugin_interface.lib.php index b78d32f80..da52b83d7 100644 --- a/libraries/plugin_interface.lib.php +++ b/libraries/plugin_interface.lib.php @@ -3,7 +3,6 @@ /** * Generic plugin interface. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/relation.lib.php b/libraries/relation.lib.php index 6aefe89d2..36f02b086 100644 --- a/libraries/relation.lib.php +++ b/libraries/relation.lib.php @@ -3,7 +3,6 @@ /** * Set of functions used with the relation and pdf feature * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/relation_cleanup.lib.php b/libraries/relation_cleanup.lib.php index 6c2c7895c..313e0b22e 100644 --- a/libraries/relation_cleanup.lib.php +++ b/libraries/relation_cleanup.lib.php @@ -3,7 +3,6 @@ /** * Set of functions used for cleaning up phpMyAdmin tables * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/replication.inc.php b/libraries/replication.inc.php index 7b8ca0afb..3669a4ebd 100644 --- a/libraries/replication.inc.php +++ b/libraries/replication.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/replication_gui.lib.php b/libraries/replication_gui.lib.php index a975bee72..d64e5f417 100644 --- a/libraries/replication_gui.lib.php +++ b/libraries/replication_gui.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/sanitizing.lib.php b/libraries/sanitizing.lib.php index 2b54bf197..c9b79a747 100644 --- a/libraries/sanitizing.lib.php +++ b/libraries/sanitizing.lib.php @@ -3,7 +3,6 @@ /** * This is in a separate script because it's called from a number of scripts * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php index f4c0c1bab..f750d810f 100644 --- a/libraries/select_lang.lib.php +++ b/libraries/select_lang.lib.php @@ -3,7 +3,6 @@ /** * phpMyAdmin Language Loading File * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/select_server.lib.php b/libraries/select_server.lib.php index f873a5ed3..602b63cfc 100644 --- a/libraries/select_server.lib.php +++ b/libraries/select_server.lib.php @@ -3,7 +3,6 @@ /** * Code for displaying server selection * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/server_common.inc.php b/libraries/server_common.inc.php index 89e468bf6..56ab26189 100644 --- a/libraries/server_common.inc.php +++ b/libraries/server_common.inc.php @@ -7,7 +7,6 @@ * @uses PMA_DBI_fetch_result() * @uses PMA_DBI_QUERY_STORE * @uses $userlink - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/server_links.inc.php b/libraries/server_links.inc.php index 1608de3e7..c5d384f9f 100644 --- a/libraries/server_links.inc.php +++ b/libraries/server_links.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/session.inc.php b/libraries/session.inc.php index 8f5bec9d0..551668d9f 100644 --- a/libraries/session.inc.php +++ b/libraries/session.inc.php @@ -3,7 +3,6 @@ /** * session handling * - * @version $Id$ * @todo add failover or warn if sessions are not configured properly * @todo add an option to use mm-module for session handler * @see http://www.php.net/session diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 30f02f64d..a29f227c4 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -3,7 +3,6 @@ /** * functions for displaying the sql query form * - * @version $Id$ * @usedby server_sql.php * @usedby db_sql.php * @usedby tbl_sql.php diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index b68d193a4..8af645874 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -19,7 +19,6 @@ * It's easier to use only uppercase for proper sorting. In case of * doubt, use the DEBUG code after this function's definition. * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php index bb103aa50..5509db1c9 100644 --- a/libraries/sqlparser.lib.php +++ b/libraries/sqlparser.lib.php @@ -24,7 +24,6 @@ * page for it to work, I recommend '' at the moment.) * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/sqlvalidator.lib.php b/libraries/sqlvalidator.lib.php index 52dd994eb..2e965f851 100644 --- a/libraries/sqlvalidator.lib.php +++ b/libraries/sqlvalidator.lib.php @@ -27,7 +27,6 @@ * * Also set a username and password if you have a private one * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/string.lib.php b/libraries/string.lib.php index d87dbf7f3..e17a935b9 100644 --- a/libraries/string.lib.php +++ b/libraries/string.lib.php @@ -12,7 +12,6 @@ * * The SQL Parser code relies heavily on these functions. * - * @version $Id$ * @uses extension_loaded() * @uses substr() * @uses function_exists() diff --git a/libraries/string_mb.lib.php b/libraries/string_mb.lib.php index eac8a94ea..69b5a0d3c 100644 --- a/libraries/string_mb.lib.php +++ b/libraries/string_mb.lib.php @@ -12,7 +12,6 @@ * * The SQL Parser code relies heavily on these functions. * - * @version $Id$ * @package phpMyAdmin-String-MB */ diff --git a/libraries/string_native.lib.php b/libraries/string_native.lib.php index 8a5b8cc78..e70bf0b01 100644 --- a/libraries/string_native.lib.php +++ b/libraries/string_native.lib.php @@ -12,7 +12,6 @@ * * The SQL Parser code relies heavily on these functions. * - * @version $Id$ * @package phpMyAdmin-String-Native */ diff --git a/libraries/string_type_ctype.lib.php b/libraries/string_type_ctype.lib.php index 4e7a10674..b211dd59c 100644 --- a/libraries/string_type_ctype.lib.php +++ b/libraries/string_type_ctype.lib.php @@ -12,7 +12,6 @@ * * The SQL Parser code relies heavily on these functions. * - * @version $Id$ * @package phpMyAdmin-StringType-CType */ diff --git a/libraries/string_type_native.lib.php b/libraries/string_type_native.lib.php index 337c23df7..a2c7f0e20 100644 --- a/libraries/string_type_native.lib.php +++ b/libraries/string_type_native.lib.php @@ -12,7 +12,6 @@ * * The SQL Parser code relies heavily on these functions. * - * @version $Id$ * @package phpMyAdmin-StringType-Native */ diff --git a/libraries/tbl_common.php b/libraries/tbl_common.php index 0ef16c22b..41d81523b 100644 --- a/libraries/tbl_common.php +++ b/libraries/tbl_common.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/tbl_info.inc.php b/libraries/tbl_info.inc.php index c1adea476..e97c2fb7d 100644 --- a/libraries/tbl_info.inc.php +++ b/libraries/tbl_info.inc.php @@ -6,7 +6,6 @@ * @todo should be handled by class Table * @todo this should be recoded as functions, to avoid messing with global variables * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/tbl_links.inc.php b/libraries/tbl_links.inc.php index e9b4cb939..1f695a529 100644 --- a/libraries/tbl_links.inc.php +++ b/libraries/tbl_links.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 0d00d17ec..4b10f513d 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -4,7 +4,6 @@ * Display form for changing/adding table fields/columns * * included by tbl_addfield.php, -_alter.php, -_create.php - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/tbl_replace_fields.inc.php b/libraries/tbl_replace_fields.inc.php index 08bbdb7fd..824d5bc06 100644 --- a/libraries/tbl_replace_fields.inc.php +++ b/libraries/tbl_replace_fields.inc.php @@ -17,7 +17,6 @@ * * note: grab_globals has extracted the fields from _FILES or HTTP_POST_FILES * - * @version $Id$ * * @uses $_REQUEST * @uses defined() diff --git a/libraries/tbl_triggers.lib.php b/libraries/tbl_triggers.lib.php index d397b3c2e..da2ee1dcb 100644 --- a/libraries/tbl_triggers.lib.php +++ b/libraries/tbl_triggers.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ if (! defined('PHPMYADMIN')) { diff --git a/libraries/transformations.lib.php b/libraries/transformations.lib.php index c3249f18e..7148003b5 100644 --- a/libraries/transformations.lib.php +++ b/libraries/transformations.lib.php @@ -3,7 +3,6 @@ /** * Set of functions used with the relation and pdf feature * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/transformations/application_octetstream__download.inc.php b/libraries/transformations/application_octetstream__download.inc.php index 4fbc24dd3..28b199a67 100644 --- a/libraries/transformations/application_octetstream__download.inc.php +++ b/libraries/transformations/application_octetstream__download.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_application_octetstream__download_info() { diff --git a/libraries/transformations/application_octetstream__hex.inc.php b/libraries/transformations/application_octetstream__hex.inc.php index 712235498..f5050ce48 100644 --- a/libraries/transformations/application_octetstream__hex.inc.php +++ b/libraries/transformations/application_octetstream__hex.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_application_octetstream__hex_info() { diff --git a/libraries/transformations/global.inc.php b/libraries/transformations/global.inc.php index 1e662ee6d..974f24fac 100644 --- a/libraries/transformations/global.inc.php +++ b/libraries/transformations/global.inc.php @@ -19,7 +19,6 @@ * * Please provide a comment for your function, what it does and what parameters are available. * - * @version $Id$ * @package phpMyAdmin-Transformation */ diff --git a/libraries/transformations/image_jpeg__inline.inc.php b/libraries/transformations/image_jpeg__inline.inc.php index 682e4a0bb..d4312aaf5 100644 --- a/libraries/transformations/image_jpeg__inline.inc.php +++ b/libraries/transformations/image_jpeg__inline.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_image_jpeg__inline_info() { diff --git a/libraries/transformations/image_jpeg__link.inc.php b/libraries/transformations/image_jpeg__link.inc.php index 5223e506b..0d0b9a393 100644 --- a/libraries/transformations/image_jpeg__link.inc.php +++ b/libraries/transformations/image_jpeg__link.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_image_jpeg__link_info() { diff --git a/libraries/transformations/image_png__inline.inc.php b/libraries/transformations/image_png__inline.inc.php index f631aa4a1..3655171f5 100644 --- a/libraries/transformations/image_png__inline.inc.php +++ b/libraries/transformations/image_png__inline.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_image_png__inline_info() { diff --git a/libraries/transformations/text_plain__dateformat.inc.php b/libraries/transformations/text_plain__dateformat.inc.php index cf3c2b02f..42a19a96d 100644 --- a/libraries/transformations/text_plain__dateformat.inc.php +++ b/libraries/transformations/text_plain__dateformat.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__dateformat_info() { diff --git a/libraries/transformations/text_plain__external.inc.php b/libraries/transformations/text_plain__external.inc.php index 8c35a4eb9..2ed3cdd13 100644 --- a/libraries/transformations/text_plain__external.inc.php +++ b/libraries/transformations/text_plain__external.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__external_info() { diff --git a/libraries/transformations/text_plain__formatted.inc.php b/libraries/transformations/text_plain__formatted.inc.php index add22e148..f251f29aa 100644 --- a/libraries/transformations/text_plain__formatted.inc.php +++ b/libraries/transformations/text_plain__formatted.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__formatted_info() { diff --git a/libraries/transformations/text_plain__imagelink.inc.php b/libraries/transformations/text_plain__imagelink.inc.php index cb62067ec..b22c945f1 100644 --- a/libraries/transformations/text_plain__imagelink.inc.php +++ b/libraries/transformations/text_plain__imagelink.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__imagelink_info() { diff --git a/libraries/transformations/text_plain__link.inc.php b/libraries/transformations/text_plain__link.inc.php index 579deda78..bec766195 100644 --- a/libraries/transformations/text_plain__link.inc.php +++ b/libraries/transformations/text_plain__link.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__link_info() { diff --git a/libraries/transformations/text_plain__longToIpv4.inc.php b/libraries/transformations/text_plain__longToIpv4.inc.php index bcfc12a4a..a6d31aad4 100644 --- a/libraries/transformations/text_plain__longToIpv4.inc.php +++ b/libraries/transformations/text_plain__longToIpv4.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__longToIpv4_info() { diff --git a/libraries/transformations/text_plain__sql.inc.php b/libraries/transformations/text_plain__sql.inc.php index 5d5bfb1e5..afc288862 100644 --- a/libraries/transformations/text_plain__sql.inc.php +++ b/libraries/transformations/text_plain__sql.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__sql_info() { diff --git a/libraries/transformations/text_plain__substr.inc.php b/libraries/transformations/text_plain__substr.inc.php index 9982dcba4..67d45365b 100644 --- a/libraries/transformations/text_plain__substr.inc.php +++ b/libraries/transformations/text_plain__substr.inc.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @package phpMyAdmin-Transformation - * @version $Id$ */ function PMA_transformation_text_plain__substr_info() { diff --git a/libraries/url_generating.lib.php b/libraries/url_generating.lib.php index ef5c7fa2a..069e4b439 100644 --- a/libraries/url_generating.lib.php +++ b/libraries/url_generating.lib.php @@ -3,7 +3,6 @@ /** * URL/hidden inputs generating. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php index 35b6dea37..5cea60964 100644 --- a/libraries/vendor_config.php +++ b/libraries/vendor_config.php @@ -7,7 +7,6 @@ * For changing this file you should know what you are doing. For this reason * options here are not part of normal configuration. * - * @version $Id$ * @package phpMyAdmin */ diff --git a/libraries/zip.lib.php b/libraries/zip.lib.php index f616c7d04..c6ac6e509 100644 --- a/libraries/zip.lib.php +++ b/libraries/zip.lib.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/license.php b/license.php index 029461129..b4b394f57 100644 --- a/license.php +++ b/license.php @@ -6,7 +6,6 @@ * Note: please do not fold this script into a general script * that would read any file using a GET parameter, it would open a hole * - * @version $Id$ * @package phpMyAdmin */ diff --git a/main.php b/main.php index 360e98881..ba6faa151 100644 --- a/main.php +++ b/main.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/navigation.php b/navigation.php index 909bc0054..06581cc5e 100644 --- a/navigation.php +++ b/navigation.php @@ -3,7 +3,6 @@ /** * the navigation frame - displays server, db and table selection tree * - * @version $Id$ * @package phpMyAdmin * @uses $GLOBALS['pma']->databases * @uses $GLOBALS['server'] diff --git a/pdf_pages.php b/pdf_pages.php index 2e907b8d5..a26420f04 100644 --- a/pdf_pages.php +++ b/pdf_pages.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/pdf_schema.php b/pdf_schema.php index 43bffaeec..097979209 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/phpinfo.php b/phpinfo.php index 043db9563..777521b4a 100644 --- a/phpinfo.php +++ b/phpinfo.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * phpinfo() wrapper to allow displaying only when configured to do so. - * @version $Id$ * @package phpMyAdmin */ diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php index ebf48bb36..2275c97ff 100644 --- a/phpmyadmin.css.php +++ b/phpmyadmin.css.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/pmd_common.php b/pmd_common.php index bb376fa9d..bf2351493 100644 --- a/pmd_common.php +++ b/pmd_common.php @@ -1,7 +1,6 @@ * - * @version $Id$ * @package phpMyAdmin-debug */ diff --git a/scripts/signon.php b/scripts/signon.php index a289fce9a..d2aac588a 100644 --- a/scripts/signon.php +++ b/scripts/signon.php @@ -7,7 +7,6 @@ * not intended to be perfect code and look, only shows how you can * integrate this functionality in your application. * - * @version $Id$ * @package phpMyAdmin * @subpackage Example */ diff --git a/server_binlog.php b/server_binlog.php index c8dd61497..71afc0801 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -35,7 +35,6 @@ * @uses array_key_exists() * @uses implode() * @uses htmlspecialchars() - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_collations.php b/server_collations.php index 0abeaab40..b6482cd84 100644 --- a/server_collations.php +++ b/server_collations.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_databases.php b/server_databases.php index 9a05c707d..0c7d598e5 100644 --- a/server_databases.php +++ b/server_databases.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_engines.php b/server_engines.php index 6fa73ec6e..f9664ca02 100644 --- a/server_engines.php +++ b/server_engines.php @@ -3,7 +3,6 @@ /** * display list of server enignes and additonal information about them * - * @version $Id$ * @todo falcon storage enginge is not listed under dev.mysql.com/doc/refman but dev.mysql.com/doc/falcon/ * @package phpMyAdmin */ diff --git a/server_export.php b/server_export.php index e728465bc..9d78ce7bf 100644 --- a/server_export.php +++ b/server_export.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_import.php b/server_import.php index d0ec6872f..e7a911894 100644 --- a/server_import.php +++ b/server_import.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_privileges.php b/server_privileges.php index ea4b8c858..a909ef588 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_processlist.php b/server_processlist.php index a77706097..58f4813fa 100644 --- a/server_processlist.php +++ b/server_processlist.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_replication.php b/server_replication.php index dae375adb..1dbd42e3c 100644 --- a/server_replication.php +++ b/server_replication.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_sql.php b/server_sql.php index 54141b101..1b8027c33 100644 --- a/server_sql.php +++ b/server_sql.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_status.php b/server_status.php index 5ebd83591..30edca2c8 100644 --- a/server_status.php +++ b/server_status.php @@ -4,7 +4,6 @@ * displays status variables with descriptions and some hints an optmizing * + reset status variables * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_synchronize.php b/server_synchronize.php index c5d807728..1272dda97 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -3,7 +3,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/server_variables.php b/server_variables.php index 0248b8adc..db156a212 100644 --- a/server_variables.php +++ b/server_variables.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/show_config_errors.php b/show_config_errors.php index 8b1cd187e..9024fec22 100644 --- a/show_config_errors.php +++ b/show_config_errors.php @@ -3,7 +3,6 @@ /** * Simple wrapper just to enable error reporting and include config * - * @version $Id$ * @package phpMyAdmin */ diff --git a/sql.php b/sql.php index 288f150d4..c2b103123 100644 --- a/sql.php +++ b/sql.php @@ -3,7 +3,6 @@ /** * @todo we must handle the case if sql.php is called directly with a query * that returns 0 rows - to prevent cyclic redirects or includes - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_addfield.php b/tbl_addfield.php index 500a3daee..b61327fb4 100644 --- a/tbl_addfield.php +++ b/tbl_addfield.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_alter.php b/tbl_alter.php index 92c9fedda..7f81c4179 100644 --- a/tbl_alter.php +++ b/tbl_alter.php @@ -6,7 +6,6 @@ * linked from table_structure, uses libraries/tbl_properties.inc.php to display * form and handles this form data * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_change.php b/tbl_change.php index 61ccadc1c..f8734904a 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -5,7 +5,6 @@ * * register_globals_save (mark this file save for disabling register globals) * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_create.php b/tbl_create.php index 02c637dff..885678866 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -31,7 +31,6 @@ * @uses strlen() * @uses sprintf() * @uses htmlspecialchars() - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_export.php b/tbl_export.php index 086dd39f7..eeaf24815 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_get_field.php b/tbl_get_field.php index ac123572a..a58eb5117 100644 --- a/tbl_get_field.php +++ b/tbl_get_field.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Provides download to a given field defined in parameters. - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_import.php b/tbl_import.php index a0500fd07..ead8ff0e7 100644 --- a/tbl_import.php +++ b/tbl_import.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_indexes.php b/tbl_indexes.php index 470cd04f6..172191ac3 100644 --- a/tbl_indexes.php +++ b/tbl_indexes.php @@ -3,7 +3,6 @@ /** * Displays index edit/creation form and handles it * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_move_copy.php b/tbl_move_copy.php index f4c8d478a..fa8a11e4f 100644 --- a/tbl_move_copy.php +++ b/tbl_move_copy.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_operations.php b/tbl_operations.php index 4e0738ab7..fa89491ee 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_printview.php b/tbl_printview.php index 7f7a8c804..1b625f99e 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_relation.php b/tbl_relation.php index 5ca5ed54e..ab5851177 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 */ diff --git a/tbl_replace.php b/tbl_replace.php index b508342ca..d3271acb1 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -5,7 +5,6 @@ * * usally called as form action from tbl_change.php to insert or update table rows * - * @version $Id$ * * @todo 'edit_next' tends to not work as expected if used ... at least there is no order by * it needs the original query and the row number and than replace the LIMIT clause diff --git a/tbl_row_action.php b/tbl_row_action.php index bfe2e43af..356ad57d9 100644 --- a/tbl_row_action.php +++ b/tbl_row_action.php @@ -3,7 +3,6 @@ /** * handle row specifc actions like edit, delete, export * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_select.php b/tbl_select.php index 99936f36e..d9e8a4662 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -7,7 +7,6 @@ * and include sql.php to execute it * * @todo display search form again if no results from previous search - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_sql.php b/tbl_sql.php index 5565d923b..a9366c81b 100644 --- a/tbl_sql.php +++ b/tbl_sql.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_structure.php b/tbl_structure.php index 8f1f26db9..b0263a39c 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -3,7 +3,6 @@ /** * Displays table structure infos like fields/columns, indexes, size, rows * and allows manipulation of indexes and columns/fields - * @version $Id$ * @package phpMyAdmin */ diff --git a/tbl_tracking.php b/tbl_tracking.php index 3e761f8b1..698076a14 100644 --- a/tbl_tracking.php +++ b/tbl_tracking.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/test/AllSeleniumTests.php b/test/AllSeleniumTests.php index 50b27c901..5d9baedfe 100644 --- a/test/AllSeleniumTests.php +++ b/test/AllSeleniumTests.php @@ -3,7 +3,6 @@ /** * runs all defined Selenium tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/AllTests.php b/test/AllTests.php index 079a947a1..b77f3ecfc 100644 --- a/test/AllTests.php +++ b/test/AllTests.php @@ -3,7 +3,6 @@ /** * runs all defined tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/Environment_test.php b/test/Environment_test.php index 7bc16e75e..f61956f36 100644 --- a/test/Environment_test.php +++ b/test/Environment_test.php @@ -3,7 +3,6 @@ /** * tests for environment like OS, PHP, modules, ... * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/FailTest.php b/test/FailTest.php index 0cecf6934..f430bb470 100644 --- a/test/FailTest.php +++ b/test/FailTest.php @@ -3,7 +3,6 @@ /** * tests for PMA_get_real_size() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_Message_test.php b/test/PMA_Message_test.php index 009dc2361..e3a44928c 100644 --- a/test/PMA_Message_test.php +++ b/test/PMA_Message_test.php @@ -3,7 +3,6 @@ /** * Test for PMA_Message class * - * @version $Id$ */ /** diff --git a/test/PMA_STR_sub_test.php b/test/PMA_STR_sub_test.php index 957f2cb12..7900b9262 100644 --- a/test/PMA_STR_sub_test.php +++ b/test/PMA_STR_sub_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_pow() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_blowfish_test.php b/test/PMA_blowfish_test.php index 307d966ab..234339abc 100644 --- a/test/PMA_blowfish_test.php +++ b/test/PMA_blowfish_test.php @@ -4,7 +4,6 @@ * Test for blowfish encryption. * * @package phpMyAdmin-test - * @version $Id$ */ /** diff --git a/test/PMA_escapeJsString_test.php b/test/PMA_escapeJsString_test.php index 6b54cea65..4efd6337e 100644 --- a/test/PMA_escapeJsString_test.php +++ b/test/PMA_escapeJsString_test.php @@ -4,7 +4,6 @@ * Test for javascript escaping. * * @package phpMyAdmin-test - * @version $Id$ */ /** diff --git a/test/PMA_escapeMySqlWildcards_test.php b/test/PMA_escapeMySqlWildcards_test.php index 75dd4e837..ccdf15b97 100644 --- a/test/PMA_escapeMySqlWildcards_test.php +++ b/test/PMA_escapeMySqlWildcards_test.php @@ -4,7 +4,6 @@ * Test for MySQL Wildcards escaping/unescaping * * @package phpMyAdmin-test - * @version $Id$ */ /** diff --git a/test/PMA_foreignKeySupported_test.php b/test/PMA_foreignKeySupported_test.php index 6d3e1ab33..f00afca2c 100644 --- a/test/PMA_foreignKeySupported_test.php +++ b/test/PMA_foreignKeySupported_test.php @@ -4,7 +4,6 @@ * Test for supporting foreign key * * @package phpMyAdmin-test - * @version $Id$ */ /** diff --git a/test/PMA_generateCommonUrl_test.php b/test/PMA_generateCommonUrl_test.php index 8f62a82cd..22e948b6b 100644 --- a/test/PMA_generateCommonUrl_test.php +++ b/test/PMA_generateCommonUrl_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_generate_common_url() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_get_real_size_test.php b/test/PMA_get_real_size_test.php index baad230eb..14d2a61fe 100644 --- a/test/PMA_get_real_size_test.php +++ b/test/PMA_get_real_size_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_get_real_size() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_headerLocation_test.php b/test/PMA_headerLocation_test.php index 7626906d2..f37e061a1 100644 --- a/test/PMA_headerLocation_test.php +++ b/test/PMA_headerLocation_test.php @@ -3,7 +3,6 @@ /** * Test for PMA_sendHeaderLocation * - * @version $Id$ */ /** diff --git a/test/PMA_ifSetOr_test.php b/test/PMA_ifSetOr_test.php index 4e9dce185..fbeb80ee0 100644 --- a/test/PMA_ifSetOr_test.php +++ b/test/PMA_ifSetOr_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_ifSetOr() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_isValid_test.php b/test/PMA_isValid_test.php index fd561ff5d..ffd41a261 100644 --- a/test/PMA_isValid_test.php +++ b/test/PMA_isValid_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_pow() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_pow_test.php b/test/PMA_pow_test.php index e9b9441b5..cb62e528c 100644 --- a/test/PMA_pow_test.php +++ b/test/PMA_pow_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_pow() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_sanitize_test.php b/test/PMA_sanitize_test.php index 396daa604..1400c7ede 100644 --- a/test/PMA_sanitize_test.php +++ b/test/PMA_sanitize_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_sanitize() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PMA_transformation_getOptions_test.php b/test/PMA_transformation_getOptions_test.php index b47812df5..126a6204c 100644 --- a/test/PMA_transformation_getOptions_test.php +++ b/test/PMA_transformation_getOptions_test.php @@ -3,7 +3,6 @@ /** * tests for PMA_sanitize() * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PmaSeleniumLoginTest.php b/test/PmaSeleniumLoginTest.php index dad0f5fd2..9c1be97b8 100644 --- a/test/PmaSeleniumLoginTest.php +++ b/test/PmaSeleniumLoginTest.php @@ -3,7 +3,6 @@ /** * Selenium TestCase for login related tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PmaSeleniumPrivilegesTest.php b/test/PmaSeleniumPrivilegesTest.php index 149f3ed7d..64ff25d10 100644 --- a/test/PmaSeleniumPrivilegesTest.php +++ b/test/PmaSeleniumPrivilegesTest.php @@ -3,7 +3,6 @@ /** * Selenium TestCase for privilege related tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PmaSeleniumTestCase.php b/test/PmaSeleniumTestCase.php index e2468b64c..ac70594d4 100644 --- a/test/PmaSeleniumTestCase.php +++ b/test/PmaSeleniumTestCase.php @@ -3,7 +3,6 @@ /** * Selenium parent class for TestCases * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/PmaSeleniumXssTest.php b/test/PmaSeleniumXssTest.php index 0870aa435..5099506f9 100644 --- a/test/PmaSeleniumXssTest.php +++ b/test/PmaSeleniumXssTest.php @@ -3,7 +3,6 @@ /** * Selenium TestCase for XSS related tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/test/theme.php b/test/theme.php index cbd998178..098feed77 100644 --- a/test/theme.php +++ b/test/theme.php @@ -5,7 +5,6 @@ * * @uses libraries/common.inc.php global fnctions * @package phpMyAdmin-test - * @version $Id$ */ chdir('..'); diff --git a/test/wui.php b/test/wui.php index d1f6f6cce..c3b459d0a 100644 --- a/test/wui.php +++ b/test/wui.php @@ -3,7 +3,6 @@ /** * runs all defined tests * - * @version $Id$ * @package phpMyAdmin-test */ diff --git a/themes.php b/themes.php index e6863712c..a996030f4 100644 --- a/themes.php +++ b/themes.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index c4b8cda00..cf5437884 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -3,7 +3,6 @@ /** * main css file from theme Darkblue Orange * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Darkblue_orange */ diff --git a/themes/darkblue_orange/info.inc.php b/themes/darkblue_orange/info.inc.php index 57cc4568f..62f981bca 100644 --- a/themes/darkblue_orange/info.inc.php +++ b/themes/darkblue_orange/info.inc.php @@ -3,7 +3,6 @@ /** * Theme information * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Darkblue_orange */ diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 50ed7bf1d..e7282e1c5 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -4,7 +4,6 @@ * configures general layout * for detailed layout configuration please refer to the css files * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Darkblue_orange */ diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index e161f5906..0fcaf2105 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -3,7 +3,6 @@ /** * navigation css file from theme Original * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php index b39f5cf80..49a0d2363 100644 --- a/themes/original/css/theme_print.css.php +++ b/themes/original/css/theme_print.css.php @@ -3,7 +3,6 @@ /** * print css file from theme Original * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index b3c510154..4cd48eadf 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -3,7 +3,6 @@ /** * main css file from theme Original * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php index 0608898fe..5f7beba8f 100644 --- a/themes/original/info.inc.php +++ b/themes/original/info.inc.php @@ -3,7 +3,6 @@ /** * Theme information * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 909320a36..604982aeb 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -4,7 +4,6 @@ * configures general layout * for detailed layout configuration please refer to the css files * - * @version $Id$ * @package phpMyAdmin-theme * @subpackage Original */ diff --git a/transformation_overview.php b/transformation_overview.php index 12ca39513..acf2ca489 100644 --- a/transformation_overview.php +++ b/transformation_overview.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/transformation_wrapper.php b/transformation_wrapper.php index a231d49a7..3dd9c3123 100644 --- a/transformation_wrapper.php +++ b/transformation_wrapper.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */ diff --git a/user_password.php b/user_password.php index 91cfde006..6cb795ab7 100644 --- a/user_password.php +++ b/user_password.php @@ -25,7 +25,6 @@ * @uses PMA_blowfish_encrypt() * @uses PMA_showMessage() * @uses define() - * @version $Id$ * @package phpMyAdmin */ diff --git a/view_create.php b/view_create.php index 6797919c0..a1de4cc5b 100644 --- a/view_create.php +++ b/view_create.php @@ -5,7 +5,6 @@ * * @todo js error when view name is empty (strFormEmpty) * @todo (also validate if js is disabled, after form submission?) - * @version $Id$ * @package phpMyAdmin */ diff --git a/view_operations.php b/view_operations.php index b707ca5d1..08c26d6e1 100644 --- a/view_operations.php +++ b/view_operations.php @@ -2,7 +2,6 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * - * @version $Id$ * @package phpMyAdmin */