summaryrefslogtreecommitdiff
path: root/scire
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2007-03-17 03:23:33 +0000
committerPreston Cody <codeman@gentoo.org>2007-03-17 03:23:33 +0000
commitd875643326a1f3b7e84eb483f237747c85104901 (patch)
tree7c7d49f1e4e406bcafa4bb109af6e8caa53cb929 /scire
parentadding a line to grab/use the default value if none is already set. (diff)
downloadscire-d875643326a1f3b7e84eb483f237747c85104901.tar.gz
scire-d875643326a1f3b7e84eb483f237747c85104901.tar.bz2
scire-d875643326a1f3b7e84eb483f237747c85104901.zip
small comment change
svn path=/; revision=187
Diffstat (limited to 'scire')
-rwxr-xr-xscire/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scire/index.php b/scire/index.php
index 0ccfaf8..525a2a9 100755
--- a/scire/index.php
+++ b/scire/index.php
@@ -9,7 +9,7 @@ include('./.lib/common.php');
# name = varchar(20)
# long_name = varchar(90)
# description = varchar(500)
-# main_content = varchar(90) # a filename to import.. we don't want php code in the database.
+# path = varchar(90) # path to the page.
# author = varchar(50)
# creation_date =
# distribution = varchar(30)