diff options
| author | Christian Fowler <spider@viovio.com> | 2006-06-25 20:34:55 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-06-25 20:34:55 +0000 |
| commit | 5db1ee713ab702f09159e08920a13c4e4439da3f (patch) | |
| tree | 862f8b8f756898deb22683eb841526da95f2e53b /admin | |
| parent | 6292c2280272a3bd78ffec9e3b278d0d8bbce423 (diff) | |
| download | fisheye-5db1ee713ab702f09159e08920a13c4e4439da3f.tar.gz fisheye-5db1ee713ab702f09159e08920a13c4e4439da3f.tar.bz2 fisheye-5db1ee713ab702f09159e08920a13c4e4439da3f.zip | |
change allow_comments to use liberty content_prefs and also allow gallery level commenting
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 27d731d..654e17e 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -22,11 +22,13 @@ array( 'DATADICT' => array( '`position`' => '`item_position` I4' ), )), +/* array('ALTER'=> array( 'fisheye_gallery' => array( 'image_comment' => array( '`image_comment`', 'C(1)' ), // , 'NULL' ), ), )), +*/ )), ) ), |
