Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 374abd5

Browse files
committed
fixed/added page level docblock
1 parent b948e16 commit 374abd5

171 files changed

Lines changed: 1100 additions & 462 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

browse_foreigners.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
43
/**
54
* display selection for relational field values
5+
*
6+
* @version $Id$
67
*/
78

89
/**

calendar.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
3+
/**
4+
*
5+
* @version $Id$
6+
*/
47

8+
/**
9+
*
10+
*/
511
require_once('./libraries/common.lib.php');
612
require_once('./libraries/header_http.inc.php');
713
$page_title = $strCalendar;

chk_rel.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
4-
3+
/**
4+
*
5+
* @version $Id$
6+
*/
57

68
/**
79
* Gets some core libraries

config.sample.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
4-
53
/**
64
* phpMyAdmin sample configuration, you can use it as base for
75
* manual configuration. For easier setup you can use scripts/setup.php
86
*
97
* All directives are explained in Documentation.html and on phpMyAdmin
108
* wiki <http://wiki.cihar.com>.
9+
*
10+
* @version $Id$
1111
*/
1212

1313
/*

db_create.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
4-
3+
/**
4+
*
5+
* @version $Id$
6+
*/
57

68
/**
79
* Gets some core libraries

db_datadict.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
4-
3+
/**
4+
*
5+
* @version $Id$
6+
*/
57

68
/**
79
* Gets the variables sent or posted to this script, then displays headers

db_export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
43
/**
54
* dumps a database
65
*
6+
* @version $Id$
77
* @uses libraries/db_common.inc.php
88
* @uses libraries/db_info.inc.php
99
* @uses libraries/display_export.lib.php

db_import.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
3+
/**
4+
*
5+
* @version $Id$
6+
*/
47

8+
/**
9+
*
10+
*/
511
require_once('./libraries/common.lib.php');
612

713
/**

db_operations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
4-
53
/**
64
* handles miscellaneous db operations:
75
* - move/rename
@@ -10,6 +8,8 @@
108
* - changing comment
119
* - adding tables
1210
* - viewing PDF schemas
11+
*
12+
* @version $Id$
1313
*/
1414

1515
/**

db_printview.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<?php
22
/* vim: set expandtab sw=4 ts=4 sts=4: */
3-
/* $Id$ */
3+
/**
4+
*
5+
* @version $Id$
6+
*/
47

8+
/**
9+
*
10+
*/
511
require_once './libraries/common.lib.php';
612

713
/**

0 commit comments

Comments
 (0)