diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-17 16:46:49 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-17 16:46:49 +0000 |
commit | 21873b806d6c5cf3e55ea10e49959c944f708688 (patch) | |
tree | 359462c21245117344ec2ac6162885dce9a6f9d6 /lib/util.php | |
parent | ed0556971661de1b8748882f48c316afac20b8be (diff) |
cosmetic fixes.
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 675ff51f0..5d16e39b5 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1333,4 +1333,5 @@ function common_database_tablename($tablename) } //table prefixes could be added here later return $tablename; -}
\ No newline at end of file +} + |