Author: tkoomzaaskz
Date: 2010-04-11 12:12:31 +0200 (Sun, 11 Apr 2010)
New Revision: 29074
Modified:
plugins/tdBlogPlugin/trunk/data/fixtures/fixtures.yml
Log:
[td][blog] fixtures fixed
Modified: plugins/tdBlogPlugin/trunk/data/fixtures/fixtures.yml
===================================================================
--- plugins/tdBlogPlugin/trunk/data/fixtures/fixtures.yml 2010-04-11
09:46:37 UTC (rev 29073)
+++ plugins/tdBlogPlugin/trunk/data/fixtures/fixtures.yml 2010-04-11
10:12:31 UTC (rev 29074)
@@ -3,7 +3,7 @@
<?php for($i = 0; $i < 50; $i++): ?>
article_<?php echo $i ?>:
title: <?php echo $generator->getRandomText(mt_rand(15, 80))."\n" ?>
- Author: kmatysek
+ Author: someone
text: <?php echo $generator->getRandomText(mt_rand(200, 2500))."\n" ?>
image: sample<?php echo ($i % 2)+1 ?>.jpg
active: <?php echo (mt_rand(0,4) == 0 ? 'false' : 'true')."\n" ?>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.