Created
June 29, 2011 19:29
-
-
Save Javlopez/1054693 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//.. | |
//......... | |
$userid = 1; //Obtenemos el id del susuario que lo posteo | |
if(A2::instance()->allowed('discussion','edit') AND $userid == A2::instance()->get_user()->id) | |
{ | |
echo "si puedes modificar esto"; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment