Commit Graph

7 Commits

Author SHA1 Message Date
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ř
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
Michal Čihař
869ffd82cc Add file docblock 2011-07-21 16:09:16 +02:00
Rouslan Placella
cbafdb9a1f Refactored some routine, trigger and event manipulation code 2011-06-28 17:11:53 +01:00
Rouslan Placella
14e88e6f68 Small footer fixes 2011-06-24 13:40:08 +01:00
Rouslan Placella
3ae8cba7dc Removed some redundant includes in Routines, Triggers and Events files. 2011-05-27 17:43:23 +01:00
Rouslan
d3210ef1b6 Recycled old Triggers functionality and linked it to the new entry in the menu 2011-05-21 17:49:58 +01:00