diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-04-11 23:10:40 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-04-11 23:10:40 +0200 |
commit | 57d16c7273031910f321ffeb776168f8e5838ea4 (patch) | |
tree | d56b33bb2bfb5cd62fc9817763fc99f7034215b6 /includes/venue.php | |
parent | 50ab799d1789d666dc1bea546701bc0ee8f8bc31 (diff) | |
download | gigologadmin-57d16c7273031910f321ffeb776168f8e5838ea4.tar.gz gigologadmin-57d16c7273031910f321ffeb776168f8e5838ea4.tar.bz2 gigologadmin-57d16c7273031910f321ffeb776168f8e5838ea4.zip |
Fixed capital IFs and hopefully formatting issues
Diffstat (limited to 'includes/venue.php')
-rw-r--r-- | includes/venue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/venue.php b/includes/venue.php index 08ab3da..5c3e7ab 100644 --- a/includes/venue.php +++ b/includes/venue.php @@ -13,7 +13,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ if ( !class_exists('GiglogAdmin_Venue') ) { |