summaryrefslogtreecommitdiff
path: root/modules/page.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-10-14 07:47:42 +0000
committerDries Buytaert <dries@buytaert.net>2001-10-14 07:47:42 +0000
commit451852c28a15c5e7b6fe9cca786f1fd1d52573b5 (patch)
treee3d129f80ceca90de8f160fa2c54e1e360de9695 /modules/page.module
parent54d76f753beb8bdf8f5d5d95930f2cf608140f26 (diff)
downloadbrdo-451852c28a15c5e7b6fe9cca786f1fd1d52573b5.tar.gz
brdo-451852c28a15c5e7b6fe9cca786f1fd1d52573b5.tar.bz2
- Quote string tables indexes (patch by Mike Krus).
Diffstat (limited to 'modules/page.module')
-rw-r--r--modules/page.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/page.module b/modules/page.module
index 0fceb12ce..5d354bb5e 100644
--- a/modules/page.module
+++ b/modules/page.module
@@ -1,6 +1,6 @@
<?php
-$GLOBALS[format] = array(0 => "HTML", 1 => "PHP", 2 => "text");
+$GLOBALS["format"] = array(0 => "HTML", 1 => "PHP", 2 => "text");
class Page {
function Page($page) {