summaryrefslogtreecommitdiff
path: root/image_order.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-09 22:03:19 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-09 22:03:19 +0000
commit0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6 (patch)
treedf934f9004f9d59b7f106162b995ecd6063d0d9a /image_order.php
parent3044f9dd52c12f4caebff53d09b85e9b32ce1516 (diff)
downloadfisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.tar.gz
fisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.tar.bz2
fisheye-0c20fcdff9bd27ba5b630fe37934a7b179a3dcc6.zip
clean up ajax library calls by only allowing gBitSystem->loadAjax() instead of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
Diffstat (limited to 'image_order.php')
-rw-r--r--image_order.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/image_order.php b/image_order.php
index 3ae71f8..490e3f4 100644
--- a/image_order.php
+++ b/image_order.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/image_order.php,v 1.21 2007/03/26 19:53:16 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/image_order.php,v 1.22 2007/07/09 22:03:19 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -203,6 +203,6 @@ $gContent->loadImages();
$gBitSmarty->assign_by_ref('formfeedback', $feedback);
-$gBitSmarty->assign( 'loadAjax', 'prototype' );
+$gBitSystem->loadAjax( 'prototype' );
$gBitSystem->display( 'bitpackage:fisheye/image_order.tpl', tra( 'Edit Gallery Images' ).': '.$gContent->getTitle() );
?>