Resources

My Agape try

Your Agape try


Support Forum

You must be logged in to post Login Register

Search 
Search Forums:


 




mssql query errror

UserPost

9:10 am
May 13, 2010


Que

New Member

posts 1

1

in the file "admin\role_assigner_rs.php" incorrect strings with mysql syntax:

line 507:

$duration_vals = "'" . (int) $role_duration_per_agent[$ug_id]->date_limited . "', '{$role_duration_per_agent[$ug_id]}->start_date_gmt', '{$role_duration_per_agent[$ug_id]}->end_date_gmt',";

 

and line 518:

$content_date_vals = "'" . (int) $content_date_limits_per_agent[$ug_id]->content_date_limited . "', '{$content_date_limits_per_agent[$ug_id]}->content_min_date_gmt', '{$content_date_limits_per_agent[$ug_id]}->content_max_date_gmt',";

 

it should be something like this:

$duration_vals = "'" . (int) $role_duration_per_agent[$ug_id]->date_limited . "', ".($role_duration_per_agent[$ug_id]->start_date_gmt?"'{$role_duration_per_agent[$ug_id]->start_date_gmt}'":"0″).", ".($role_duration_per_agent[$ug_id]->end_date_gmt?"'{$role_duration_per_agent[$ug_id]->end_date_gmt}'":"0″).",";

and this:

$content_date_vals = "'" . (int) $content_date_limits_per_agent[$ug_id]->content_date_limited . "', ".($content_date_limits_per_agent[$ug_id]->content_min_date_gmt?"'{$content_date_limits_per_agent[$ug_id]->content_min_date_gmt}'":"0″).", ".($content_date_limits_per_agent[$ug_id]->content_max_date_gmt?"'{$content_date_limits_per_agent[$ug_id]->content_max_date_gmt}'":"0″).",";

 

I founded it while exploring situation when user cannot see own pages after creating&saving it.


And second -) I think, for better multilingual support mb_strtolower is more preferred than strlower function. In my case, strtolower showing squares instead localized strings.


ps: Version: 1.2.beta.1

7:33 am
June 29, 2011


Kevin

Admin

posts 2402

2

This was fixed in Role Scoper 1.2


About the Agapetry forum

Currently Online:

smitra

14 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1186

Posts: 5409

Members:

There are 1176 members

There are 1 guests


Kevin has made 2402 posts

Top Posters:

metal450 - 159

Ragnar - 105

YikYak - 70

whiteorb - 44

Daisy - 35

Administrator: Kevin | Moderators: Kevin