1
0
mirror of synced 2025-01-19 15:01:40 +03:00

10 lines
170 B
PHP
Raw Normal View History

2008-02-13 10:53:07 +00:00
<?php
$fixture = array(
'model' => 'ForumAdministrator',
'rows' => array(
array(
'id' => 1,
2008-03-23 11:30:29 +00:00
'access_level' => 4
2008-02-13 10:53:07 +00:00
)
)
);