- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
// trololo protection
if (count($nodes) > ADVIMAGE_GALLERY_MAX_IMAGES_IN_GALLERY) {
$result = array(
'jsonrpc' => '2.0',
'result' => 'error',
'error_token' => t(
'You try add more than !count images to gallery',
array('!count' => ADVIMAGE_GALLERY_MAX_IMAGES_IN_GALLERY)
),
);
die(drupal_to_js($result) );
}
Комментарии (0) RSS
Добавить комментарий