* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\db\migration\data\v310; class jquery_update extends \phpbb\db\migration\migration { public function effectively_installed() { return $this->config['load_jquery_url'] !== '//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'; } static public function depends_on() { return array( '\phpbb\db\migration\data\v310\dev', ); } public function update_data() { return array( array('config.update', array('load_jquery_url', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js')), ); } } m.submit();'> The forums.mageia.org WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/privmsgs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-01-04 10:25:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-01-04 10:25:08 +0100
commit4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c (patch)
tree5a6e13f1a6aa0fafa5a22c1dd391806054443d9c /tests/privmsgs
parent8e756ad89005865b42e87ffc225f6d3bca475035 (diff)
downloadforums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.gz
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.bz2
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.tar.xz
forums-4a8b1a6e050bba7f8f73f689bbca4185ab27cf8c.zip
[feature/avatars] Inform user of no available local avatars
Rather than showing the user an empty drop-down list for the local avatar categories, inform him/her that there are currently no (local) avatars available. PHPBB3-10018
Diffstat (limited to 'tests/privmsgs')
0 files changed, 0 insertions, 0 deletions