Skip to content

Instantly share code, notes, and snippets.

View sylvinus's full-sized avatar

Sylvain Zimmer sylvinus

View GitHub Profile
class Jamendo_ShortCodes {
/*************************************************************
* Shortcodes
*************************************************************/
function _sh_getid($attrs) {
if (!empty($attrs[0])) {
return intval($attrs[0]);
commit bab65fe3b85eb778af9e8029252f62c630a061ab
Author: Sylvain Zimmer <sylvain@sylvainzimmer.com>
Date: Tue Dec 7 21:10:26 2010 +0100
Fix CMakeList IFs to allow building on cmake 2.4.6 OS X 10.6
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fe8b72..15d2700 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt