Rahul Kadyan
4d308ba364
Remove unneeded closing tags
...
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.
Reference: http://php.net/manual/en/language.basic-syntax.phptags.php
Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Michal Čihař
ef30133a94
Various coding style fixes
2013-08-06 15:44:51 +02:00
Marc Delisle
bfcaffe03b
Directly use POST parameters
2013-08-01 08:41:59 -04:00
xmujay
0157002bd1
rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export
2013-07-21 10:23:35 +08:00
Madhura Jayaratne
ef4d9361d1
bug #3948 Server export problems
2013-05-21 16:44:41 +05:30
Rouslan Placella
b1762ee467
Dropped (again) some server side code for checking all items in a list
2012-10-30 20:24:00 +00:00
Rouslan Placella
2b868809f6
Wrap long lines
2012-10-30 20:10:21 +00:00
Rouslan Placella
eb98110541
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100
PMA_Footer and PMA_Header no longer need to be singletons
2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8
Dropped header.inc.php in favor of the PMA_Header class
2012-06-11 14:06:02 +01:00
Madhura Jayaratne
8e62b92d70
Coding style improvements
2012-04-14 17:44:39 +05:30
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Dieter Adriaenssens
0ade69e84d
use include() instead of require() when including file conditionally
2011-09-06 17:57:48 +02:00
Michal Čihař
219ec73d69
Spacing around if
2011-07-22 09:10:37 +02:00
Michal Čihař
e57f27e50b
Remove @uses tags from docblocks
2011-06-27 11:20:20 +02:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
c9253c0a0e
Merge conflict resolved for Lori's tree merge to main
2010-08-22 12:42:54 +05:30
lorilee
8fa03264e4
Added comments
2010-08-14 15:14:45 -07:00
lorilee
4482228f66
Back button on export.php page
2010-08-10 22:11:57 -07:00
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
lorilee
2a59451ac5
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
server_export.php
2010-07-26 13:42:42 -07:00
Michal Čihař
d291827444
No need to require_once footer
...
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
lorilee
2ebf96d242
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/display_export.lib.php
libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
lorilee
5339c712a6
Modified formatting for new export page
2010-06-11 01:26:32 -04:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
c38f34393f
gettext conversion
2010-05-12 12:30:00 -04:00
Marc Delisle
f55823f47f
strings to gettext, first batch
2010-05-03 12:57:46 -04:00
Herman van Rink
195165c2ae
Code cleanup
2009-12-27 13:59:08 +00:00
Marc Delisle
2b01702c04
undefined variable table_select when just clicking the Export menu tab
2009-06-27 18:48:58 +00:00
Herman van Rink
c6c39d2b2e
rfe #2726479 [export] Export tables preselect
2009-06-12 12:35:18 +00:00
Michal Čihař
ebeb0c319f
Adding @package, first part.
2008-11-24 10:32:56 +00:00
Sebastian Mendel
085a7c8f22
make use of PMA_Message
2007-10-17 12:14:19 +00:00
Sebastian Mendel
e1fd395631
removed MySQL < 5 code
2007-10-02 09:53:43 +00:00
Marc Delisle
18df1b0fd2
do not obey MaxTableList on the db export page
2007-08-01 16:44:32 +00:00
Marc Delisle
429f9e8e7c
Gui/export: Select All/Unselect All over the choices, thanks to Florian Schmitz
2007-07-22 17:07:18 +00:00
Marc Delisle
595764700e
unneeded $strDatabaseNoTable, use $strNoTablesFound instead
2007-05-14 16:03:38 +00:00
Sebastian Mendel
b4c5dda95d
bug #1699772 Visual space bug in table name (in browser)
2007-05-14 12:13:44 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Michal Čihař
cac4247057
Rename db_* files to drop useless _details part.
2006-10-25 12:25:01 +00:00