diff options
author | Jayaram Pai | 2014-05-27 11:23:48 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-05-27 11:23:48 +0530 |
commit | ebc8d94c46b31f681e5796f32d7240f57116f128 (patch) | |
tree | 2f880cd780bf6a9b58015a8bc54d0c895ce3682d /textbook_companion.module | |
parent | 64993766acc87fd23d3e6fc65d6f50bfeb4bf783 (diff) | |
parent | f5fc5ad0067febe0340012c60404dc297bfe309b (diff) | |
download | scilab_textbook_companion-ebc8d94c46b31f681e5796f32d7240f57116f128.tar.gz scilab_textbook_companion-ebc8d94c46b31f681e5796f32d7240f57116f128.tar.bz2 scilab_textbook_companion-ebc8d94c46b31f681e5796f32d7240f57116f128.zip |
Merge branch 'master' into devel
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 6bd6a89..09e4499 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1447,6 +1447,9 @@ Caption : ' . $example_data->caption . ' The example is under review. You will be notified when it has been approved. +Please ensure that ALL the codes have followed the naming convention and contain captions as described here. +The codes cannot be approved unless the convention is followed. + Best Wishes, !site_name', array('!site_name' => variable_get('site_name', ''), '!user_name' => $user_data->name), $language->language); |