diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-17 17:04:05 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-17 17:04:05 +0000 |
commit | e5094c3359fb74caeea474f8e08eb0d15b477652 (patch) | |
tree | 9d60785414e80a5bad75e3e45ab542a0c9f0352b /lib/util.php | |
parent | 55d7bb4701ca39fb8f4b859b19defdfc7af0142c (diff) | |
parent | 2eb1eb86838b47af7305dbd21a181e63bcd58418 (diff) |
fix merge conflict 0.7.x 0.8.x in util.php and register.php.
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 888765548..da009682b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1392,3 +1392,4 @@ function common_database_tablename($tablename) //table prefixes could be added here later return $tablename; } + |